Shades of Deep Cerise #E02F8C
Tints of Deep Cerise #E02F8C
RGB
CMYK
RGB Variations
Color information
#E02F8C (or 0xE02F8C) is known color: Deep Cerise. HEX triplet: E0, 2F and 8C. RGB value is (224,47,140). Sum of RGB (Red+Green+Blue) = 224+47+140=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F8C is #1FD073. Grayscale: #6E6E6E. Windows color (decimal): -2084980 or 9187296. OLE color: 9187296.
HSL color Cylindrical-coordinate representation of color #E02F8C: hue angle of 328.47º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02F8C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 140 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.12 |
| HSL | 328.47º | 0.74% | 0.53% | - |
| HSV(B) | 328.47º | 0.79% | 0.88% | - |
| XYZ | 36.49 | 19.77 | 26.7 | - |
| YUV | 110.53 | 144.64 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 140 | 0 | 0.79 | 0.38 | 0.12 | 328.47 | 0.74 | 0.53 |
| Hex | E0 | 2F | 8C | 0 | 4F | 26 | C | 148 | 4A | 35 |
| Octal | 340 | 57 | 214 | 0 | 117 | 46 | 14 | 510 | 112 | 65 |
| Binary | 11100000 | 101111 | 10001100 | 0 | 1001111 | 100110 | 1100 | 101001000 | 1001010 | 110101 |
Color Harmonies of #E02F8C
Complementary color
Monochromatic Colors of #E02F8C
Black with #E02F8C
Text Example
Text Example
White with #E02F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F8C; }
p { color: rgb(224,47,140); }
H1.HeaderClassName
{
color: #E02F8C;
}
.AnyTagClassName
{
color: #E02F8C;
}
</style>
background-color css
<style>
a { background-color: #E02F8C; }
a { background-color: rgb(224,47,140); }
div.DivClassName
{
background-color: #E02F8C;
}
.BgClassName
{
background-color: #E02F8C;
}
</style>
border-color css
<style>
span { border-color: #E02F8C; }
span { border-color: rgb(224,47,140); }
td.TdClassName
{
border-color: #E02F8C;
}
.TagClassName
{
border-color: #E02F8C;
}
</style>