Shades of Deep Cerise #E01D8B
Tints of Deep Cerise #E01D8B
RGB
CMYK
RGB Variations
Color information
#E01D8B (or 0xE01D8B) is known color: Deep Cerise. HEX triplet: E0, 1D and 8B. RGB value is (224,29,139). Sum of RGB (Red+Green+Blue) = 224+29+139=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01D8B is #1FE274. Grayscale: #636363. Windows color (decimal): -2089589 or 9117152. OLE color: 9117152.
HSL color Cylindrical-coordinate representation of color #E01D8B: hue angle of 326.15º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01D8B is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 139 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.12 |
| HSL | 326.15º | 0.77% | 0.5% | - |
| HSV(B) | 326.15º | 0.87% | 0.88% | - |
| XYZ | 35.84 | 18.59 | 26.13 | - |
| YUV | 99.85 | 150.1 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 139 | 0 | 0.87 | 0.38 | 0.12 | 326.15 | 0.77 | 0.5 |
| Hex | E0 | 1D | 8B | 0 | 57 | 26 | C | 146 | 4D | 32 |
| Octal | 340 | 35 | 213 | 0 | 127 | 46 | 14 | 506 | 115 | 62 |
| Binary | 11100000 | 11101 | 10001011 | 0 | 1010111 | 100110 | 1100 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E01D8B
Complementary color
Monochromatic Colors of #E01D8B
Black with #E01D8B
Text Example
Text Example
White with #E01D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01D8B; }
p { color: rgb(224,29,139); }
H1.HeaderClassName
{
color: #E01D8B;
}
.AnyTagClassName
{
color: #E01D8B;
}
</style>
background-color css
<style>
a { background-color: #E01D8B; }
a { background-color: rgb(224,29,139); }
div.DivClassName
{
background-color: #E01D8B;
}
.BgClassName
{
background-color: #E01D8B;
}
</style>
border-color css
<style>
span { border-color: #E01D8B; }
span { border-color: rgb(224,29,139); }
td.TdClassName
{
border-color: #E01D8B;
}
.TagClassName
{
border-color: #E01D8B;
}
</style>