Shades of Deep Cerise #E01C9C
Tints of Deep Cerise #E01C9C
RGB
CMYK
RGB Variations
Color information
#E01C9C (or 0xE01C9C) is known color: Deep Cerise. HEX triplet: E0, 1C and 9C. RGB value is (224,28,156). Sum of RGB (Red+Green+Blue) = 224+28+156=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C9C is #1FE363. Grayscale: #646464. Windows color (decimal): -2089828 or 10231008. OLE color: 10231008.
HSL color Cylindrical-coordinate representation of color #E01C9C: hue angle of 320.82º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C9C is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 156 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.12 |
| HSL | 320.82º | 0.78% | 0.49% | - |
| HSV(B) | 320.82º | 0.88% | 0.88% | - |
| XYZ | 37.16 | 19.08 | 33.18 | - |
| YUV | 101.2 | 158.93 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 156 | 0 | 0.88 | 0.30 | 0.12 | 320.82 | 0.78 | 0.49 |
| Hex | E0 | 1C | 9C | 0 | 58 | 1E | C | 141 | 4E | 31 |
| Octal | 340 | 34 | 234 | 0 | 130 | 36 | 14 | 501 | 116 | 61 |
| Binary | 11100000 | 11100 | 10011100 | 0 | 1011000 | 11110 | 1100 | 101000001 | 1001110 | 110001 |
Color Harmonies of #E01C9C
Complementary color
Monochromatic Colors of #E01C9C
Black with #E01C9C
Text Example
Text Example
White with #E01C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C9C; }
p { color: rgb(224,28,156); }
H1.HeaderClassName
{
color: #E01C9C;
}
.AnyTagClassName
{
color: #E01C9C;
}
</style>
background-color css
<style>
a { background-color: #E01C9C; }
a { background-color: rgb(224,28,156); }
div.DivClassName
{
background-color: #E01C9C;
}
.BgClassName
{
background-color: #E01C9C;
}
</style>
border-color css
<style>
span { border-color: #E01C9C; }
span { border-color: rgb(224,28,156); }
td.TdClassName
{
border-color: #E01C9C;
}
.TagClassName
{
border-color: #E01C9C;
}
</style>