Shades of Deep Cerise #E02F9B
Tints of Deep Cerise #E02F9B
RGB
CMYK
RGB Variations
Color information
#E02F9B (or 0xE02F9B) is known color: Deep Cerise. HEX triplet: E0, 2F and 9B. RGB value is (224,47,155). Sum of RGB (Red+Green+Blue) = 224+47+155=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02F9B is #1FD064. Grayscale: #6F6F6F. Windows color (decimal): -2084965 or 10170336. OLE color: 10170336.
HSL color Cylindrical-coordinate representation of color #E02F9B: hue angle of 323.39º 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 #E02F9B is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 155 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.12 |
| HSL | 323.39º | 0.74% | 0.53% | - |
| HSV(B) | 323.39º | 0.79% | 0.88% | - |
| XYZ | 37.67 | 20.25 | 32.93 | - |
| YUV | 112.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 155 | 0 | 0.79 | 0.31 | 0.12 | 323.39 | 0.74 | 0.53 |
| Hex | E0 | 2F | 9B | 0 | 4F | 1F | C | 143 | 4A | 35 |
| Octal | 340 | 57 | 233 | 0 | 117 | 37 | 14 | 503 | 112 | 65 |
| Binary | 11100000 | 101111 | 10011011 | 0 | 1001111 | 11111 | 1100 | 101000011 | 1001010 | 110101 |
Color Harmonies of #E02F9B
Complementary color
Monochromatic Colors of #E02F9B
Black with #E02F9B
Text Example
Text Example
White with #E02F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F9B; }
p { color: rgb(224,47,155); }
H1.HeaderClassName
{
color: #E02F9B;
}
.AnyTagClassName
{
color: #E02F9B;
}
</style>
background-color css
<style>
a { background-color: #E02F9B; }
a { background-color: rgb(224,47,155); }
div.DivClassName
{
background-color: #E02F9B;
}
.BgClassName
{
background-color: #E02F9B;
}
</style>
border-color css
<style>
span { border-color: #E02F9B; }
span { border-color: rgb(224,47,155); }
td.TdClassName
{
border-color: #E02F9B;
}
.TagClassName
{
border-color: #E02F9B;
}
</style>