Shades of Deep Cerise #E01C92
Tints of Deep Cerise #E01C92
RGB
CMYK
RGB Variations
Color information
#E01C92 (or 0xE01C92) is known color: Deep Cerise. HEX triplet: E0, 1C and 92. RGB value is (224,28,146). Sum of RGB (Red+Green+Blue) = 224+28+146=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C92 is #1FE36D. Grayscale: #636363. Windows color (decimal): -2089838 or 9575648. OLE color: 9575648.
HSL color Cylindrical-coordinate representation of color #E01C92: hue angle of 323.88º 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 #E01C92 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 146 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.12 |
| HSL | 323.88º | 0.78% | 0.49% | - |
| HSV(B) | 323.88º | 0.88% | 0.88% | - |
| XYZ | 36.34 | 18.75 | 28.9 | - |
| YUV | 100.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 146 | 0 | 0.88 | 0.35 | 0.12 | 323.88 | 0.78 | 0.49 |
| Hex | E0 | 1C | 92 | 0 | 58 | 23 | C | 144 | 4E | 31 |
| Octal | 340 | 34 | 222 | 0 | 130 | 43 | 14 | 504 | 116 | 61 |
| Binary | 11100000 | 11100 | 10010010 | 0 | 1011000 | 100011 | 1100 | 101000100 | 1001110 | 110001 |
Color Harmonies of #E01C92
Complementary color
Monochromatic Colors of #E01C92
Black with #E01C92
Text Example
Text Example
White with #E01C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C92; }
p { color: rgb(224,28,146); }
H1.HeaderClassName
{
color: #E01C92;
}
.AnyTagClassName
{
color: #E01C92;
}
</style>
background-color css
<style>
a { background-color: #E01C92; }
a { background-color: rgb(224,28,146); }
div.DivClassName
{
background-color: #E01C92;
}
.BgClassName
{
background-color: #E01C92;
}
</style>
border-color css
<style>
span { border-color: #E01C92; }
span { border-color: rgb(224,28,146); }
td.TdClassName
{
border-color: #E01C92;
}
.TagClassName
{
border-color: #E01C92;
}
</style>