Shades of Deep Cerise #E03F92
Tints of Deep Cerise #E03F92
RGB
CMYK
RGB Variations
Color information
#E03F92 (or 0xE03F92) is known color: Deep Cerise. HEX triplet: E0, 3F and 92. RGB value is (224,63,146). Sum of RGB (Red+Green+Blue) = 224+63+146=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03F92 is #1FC06D. Grayscale: #787878. Windows color (decimal): -2080878 or 9584608. OLE color: 9584608.
HSL color Cylindrical-coordinate representation of color #E03F92: hue angle of 329.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03F92 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 146 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.12 |
| HSL | 329.07º | 0.72% | 0.56% | - |
| HSV(B) | 329.07º | 0.72% | 0.88% | - |
| XYZ | 37.71 | 21.48 | 29.35 | - |
| YUV | 120.6 | 142.34 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 146 | 0 | 0.72 | 0.35 | 0.12 | 329.07 | 0.72 | 0.56 |
| Hex | E0 | 3F | 92 | 0 | 48 | 23 | C | 149 | 48 | 38 |
| Octal | 340 | 77 | 222 | 0 | 110 | 43 | 14 | 511 | 110 | 70 |
| Binary | 11100000 | 111111 | 10010010 | 0 | 1001000 | 100011 | 1100 | 101001001 | 1001000 | 111000 |
Color Harmonies of #E03F92
Complementary color
Monochromatic Colors of #E03F92
Black with #E03F92
Text Example
Text Example
White with #E03F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F92; }
p { color: rgb(224,63,146); }
H1.HeaderClassName
{
color: #E03F92;
}
.AnyTagClassName
{
color: #E03F92;
}
</style>
background-color css
<style>
a { background-color: #E03F92; }
a { background-color: rgb(224,63,146); }
div.DivClassName
{
background-color: #E03F92;
}
.BgClassName
{
background-color: #E03F92;
}
</style>
border-color css
<style>
span { border-color: #E03F92; }
span { border-color: rgb(224,63,146); }
td.TdClassName
{
border-color: #E03F92;
}
.TagClassName
{
border-color: #E03F92;
}
</style>