Shades of Deep Cerise #E0239B
Tints of Deep Cerise #E0239B
RGB
CMYK
RGB Variations
Color information
#E0239B (or 0xE0239B) is known color: Deep Cerise. HEX triplet: E0, 23 and 9B. RGB value is (224,35,155). Sum of RGB (Red+Green+Blue) = 224+35+155=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0239B is #1FDC64. Grayscale: #686868. Windows color (decimal): -2088037 or 10167264. OLE color: 10167264.
HSL color Cylindrical-coordinate representation of color #E0239B: hue angle of 321.9º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0239B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 155 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.12 |
| HSL | 321.9º | 0.75% | 0.51% | - |
| HSV(B) | 321.9º | 0.84% | 0.88% | - |
| XYZ | 37.26 | 19.42 | 32.79 | - |
| YUV | 105.19 | 156.12 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 155 | 0 | 0.84 | 0.31 | 0.12 | 321.9 | 0.75 | 0.51 |
| Hex | E0 | 23 | 9B | 0 | 54 | 1F | C | 142 | 4B | 33 |
| Octal | 340 | 43 | 233 | 0 | 124 | 37 | 14 | 502 | 113 | 63 |
| Binary | 11100000 | 100011 | 10011011 | 0 | 1010100 | 11111 | 1100 | 101000010 | 1001011 | 110011 |
Color Harmonies of #E0239B
Complementary color
Monochromatic Colors of #E0239B
Black with #E0239B
Text Example
Text Example
White with #E0239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0239B; }
p { color: rgb(224,35,155); }
H1.HeaderClassName
{
color: #E0239B;
}
.AnyTagClassName
{
color: #E0239B;
}
</style>
background-color css
<style>
a { background-color: #E0239B; }
a { background-color: rgb(224,35,155); }
div.DivClassName
{
background-color: #E0239B;
}
.BgClassName
{
background-color: #E0239B;
}
</style>
border-color css
<style>
span { border-color: #E0239B; }
span { border-color: rgb(224,35,155); }
td.TdClassName
{
border-color: #E0239B;
}
.TagClassName
{
border-color: #E0239B;
}
</style>