deep magenta/deep cerise
#e50099 color RGB value is (229,0,153)
#e50099 color CMYK value
#e50099 color HSL value
HSV(or HSB) | 319.9° | 100 | 89.8 |
XYZ | 38.063 | 18.958 | 31.79 |
Yxy | 0.429 | 0.213 | 18.958 |
LAB | 50.638 | 81.313 | -17.788 |
LUV | 50.638 | 109.652 | -39.47 |
Hunter-LAB | 43.541 | 79.847 | -12.811 |
CIE-LCH | 50.638 | 83.236 | 347.661 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | E5 | 0 | 99 |
Decimal | 229 | 0 | 153 |
Octal | 345 | 0 | 231 |
Binary | 11100101 | 00000000 | 10011001 |
Below, you can see some colors close to #e50099. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #e50099.
<span style="color:#e50099">Text here</span>
This paragraph has a background color of #e50099.
<p style="background-color:#e50099;">Content here</p>
This element has a border color of #e50099.
<div style="border:1px #e50099;">Content here</div>
.text {color:#e50099;}
.background {background-color:#e50099;}
.border {border:1px solid #e50099;}
.text-shadow {border:1px solid #e50099;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #10000b is the darkest color, while #fffafd is the lightest one.