Shades of Deep Cerise #E02F98
Tints of Deep Cerise #E02F98
RGB
CMYK
RGB Variations
Color information
#E02F98 (or 0xE02F98) is known color: Deep Cerise. HEX triplet: E0, 2F and 98. RGB value is (224,47,152). Sum of RGB (Red+Green+Blue) = 224+47+152=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F98 is #1FD067. Grayscale: #6F6F6F. Windows color (decimal): -2084968 or 9973728. OLE color: 9973728.
HSL color Cylindrical-coordinate representation of color #E02F98: hue angle of 324.41º 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 #E02F98 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 152 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.12 |
| HSL | 324.41º | 0.74% | 0.53% | - |
| HSV(B) | 324.41º | 0.79% | 0.88% | - |
| XYZ | 37.42 | 20.15 | 31.62 | - |
| YUV | 111.89 | 150.64 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 152 | 0 | 0.79 | 0.32 | 0.12 | 324.41 | 0.74 | 0.53 |
| Hex | E0 | 2F | 98 | 0 | 4F | 20 | C | 144 | 4A | 35 |
| Octal | 340 | 57 | 230 | 0 | 117 | 40 | 14 | 504 | 112 | 65 |
| Binary | 11100000 | 101111 | 10011000 | 0 | 1001111 | 100000 | 1100 | 101000100 | 1001010 | 110101 |
Color Harmonies of #E02F98
Complementary color
Monochromatic Colors of #E02F98
Black with #E02F98
Text Example
Text Example
White with #E02F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F98; }
p { color: rgb(224,47,152); }
H1.HeaderClassName
{
color: #E02F98;
}
.AnyTagClassName
{
color: #E02F98;
}
</style>
background-color css
<style>
a { background-color: #E02F98; }
a { background-color: rgb(224,47,152); }
div.DivClassName
{
background-color: #E02F98;
}
.BgClassName
{
background-color: #E02F98;
}
</style>
border-color css
<style>
span { border-color: #E02F98; }
span { border-color: rgb(224,47,152); }
td.TdClassName
{
border-color: #E02F98;
}
.TagClassName
{
border-color: #E02F98;
}
</style>