Shades of Deep Cerise #E01D8C
Tints of Deep Cerise #E01D8C
RGB
CMYK
RGB Variations
Color information
#E01D8C (or 0xE01D8C) is known color: Deep Cerise. HEX triplet: E0, 1D and 8C. RGB value is (224,29,140). Sum of RGB (Red+Green+Blue) = 224+29+140=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01D8C is #1FE273. Grayscale: #636363. Windows color (decimal): -2089588 or 9182688. OLE color: 9182688.
HSL color Cylindrical-coordinate representation of color #E01D8C: hue angle of 325.85º 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 #E01D8C is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 140 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.12 |
| HSL | 325.85º | 0.77% | 0.5% | - |
| HSV(B) | 325.85º | 0.87% | 0.88% | - |
| XYZ | 35.91 | 18.62 | 26.51 | - |
| YUV | 99.96 | 150.6 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 140 | 0 | 0.87 | 0.38 | 0.12 | 325.85 | 0.77 | 0.5 |
| Hex | E0 | 1D | 8C | 0 | 57 | 26 | C | 146 | 4D | 32 |
| Octal | 340 | 35 | 214 | 0 | 127 | 46 | 14 | 506 | 115 | 62 |
| Binary | 11100000 | 11101 | 10001100 | 0 | 1010111 | 100110 | 1100 | 101000110 | 1001101 | 110010 |
Color Harmonies of #E01D8C
Complementary color
Monochromatic Colors of #E01D8C
Black with #E01D8C
Text Example
Text Example
White with #E01D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01D8C; }
p { color: rgb(224,29,140); }
H1.HeaderClassName
{
color: #E01D8C;
}
.AnyTagClassName
{
color: #E01D8C;
}
</style>
background-color css
<style>
a { background-color: #E01D8C; }
a { background-color: rgb(224,29,140); }
div.DivClassName
{
background-color: #E01D8C;
}
.BgClassName
{
background-color: #E01D8C;
}
</style>
border-color css
<style>
span { border-color: #E01D8C; }
span { border-color: rgb(224,29,140); }
td.TdClassName
{
border-color: #E01D8C;
}
.TagClassName
{
border-color: #E01D8C;
}
</style>