Shades of Deep Cerise #E01E9C
Tints of Deep Cerise #E01E9C
RGB
CMYK
RGB Variations
Color information
#E01E9C (or 0xE01E9C) is known color: Deep Cerise. HEX triplet: E0, 1E and 9C. RGB value is (224,30,156). Sum of RGB (Red+Green+Blue) = 224+30+156=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01E9C is #1FE163. Grayscale: #666666. Windows color (decimal): -2089316 or 10231520. OLE color: 10231520.
HSL color Cylindrical-coordinate representation of color #E01E9C: hue angle of 321.03º degrees, saturation: 0.76, 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 #E01E9C is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 156 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.12 |
| HSL | 321.03º | 0.76% | 0.5% | - |
| HSV(B) | 321.03º | 0.87% | 0.88% | - |
| XYZ | 37.21 | 19.18 | 33.19 | - |
| YUV | 102.37 | 158.27 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 156 | 0 | 0.87 | 0.30 | 0.12 | 321.03 | 0.76 | 0.5 |
| Hex | E0 | 1E | 9C | 0 | 57 | 1E | C | 141 | 4C | 32 |
| Octal | 340 | 36 | 234 | 0 | 127 | 36 | 14 | 501 | 114 | 62 |
| Binary | 11100000 | 11110 | 10011100 | 0 | 1010111 | 11110 | 1100 | 101000001 | 1001100 | 110010 |
Color Harmonies of #E01E9C
Complementary color
Monochromatic Colors of #E01E9C
Black with #E01E9C
Text Example
Text Example
White with #E01E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01E9C; }
p { color: rgb(224,30,156); }
H1.HeaderClassName
{
color: #E01E9C;
}
.AnyTagClassName
{
color: #E01E9C;
}
</style>
background-color css
<style>
a { background-color: #E01E9C; }
a { background-color: rgb(224,30,156); }
div.DivClassName
{
background-color: #E01E9C;
}
.BgClassName
{
background-color: #E01E9C;
}
</style>
border-color css
<style>
span { border-color: #E01E9C; }
span { border-color: rgb(224,30,156); }
td.TdClassName
{
border-color: #E01E9C;
}
.TagClassName
{
border-color: #E01E9C;
}
</style>