Shades of Deep Cerise #E01D9C
Tints of Deep Cerise #E01D9C
RGB
CMYK
RGB Variations
Color information
#E01D9C (or 0xE01D9C) is known color: Deep Cerise. HEX triplet: E0, 1D and 9C. RGB value is (224,29,156). Sum of RGB (Red+Green+Blue) = 224+29+156=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01D9C is #1FE263. Grayscale: #656565. Windows color (decimal): -2089572 or 10231264. OLE color: 10231264.
HSL color Cylindrical-coordinate representation of color #E01D9C: hue angle of 320.92º 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 #E01D9C is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 156 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.12 |
| HSL | 320.92º | 0.77% | 0.5% | - |
| HSV(B) | 320.92º | 0.87% | 0.88% | - |
| XYZ | 37.18 | 19.13 | 33.18 | - |
| YUV | 101.78 | 158.6 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 156 | 0 | 0.87 | 0.30 | 0.12 | 320.92 | 0.77 | 0.5 |
| Hex | E0 | 1D | 9C | 0 | 57 | 1E | C | 141 | 4D | 32 |
| Octal | 340 | 35 | 234 | 0 | 127 | 36 | 14 | 501 | 115 | 62 |
| Binary | 11100000 | 11101 | 10011100 | 0 | 1010111 | 11110 | 1100 | 101000001 | 1001101 | 110010 |
Color Harmonies of #E01D9C
Complementary color
Monochromatic Colors of #E01D9C
Black with #E01D9C
Text Example
Text Example
White with #E01D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01D9C; }
p { color: rgb(224,29,156); }
H1.HeaderClassName
{
color: #E01D9C;
}
.AnyTagClassName
{
color: #E01D9C;
}
</style>
background-color css
<style>
a { background-color: #E01D9C; }
a { background-color: rgb(224,29,156); }
div.DivClassName
{
background-color: #E01D9C;
}
.BgClassName
{
background-color: #E01D9C;
}
</style>
border-color css
<style>
span { border-color: #E01D9C; }
span { border-color: rgb(224,29,156); }
td.TdClassName
{
border-color: #E01D9C;
}
.TagClassName
{
border-color: #E01D9C;
}
</style>