Shades of Deep Cerise #E0289F
Tints of Deep Cerise #E0289F
RGB
CMYK
RGB Variations
Color information
#E0289F (or 0xE0289F) is known color: Deep Cerise. HEX triplet: E0, 28 and 9F. RGB value is (224,40,159). Sum of RGB (Red+Green+Blue) = 224+40+159=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0289F is #1FD760. Grayscale: #6C6C6C. Windows color (decimal): -2086753 or 10430688. OLE color: 10430688.
HSL color Cylindrical-coordinate representation of color #E0289F: hue angle of 321.2º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0289F is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 159 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.12 |
| HSL | 321.2º | 0.75% | 0.52% | - |
| HSV(B) | 321.2º | 0.82% | 0.88% | - |
| XYZ | 37.76 | 19.87 | 34.65 | - |
| YUV | 108.58 | 156.46 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 159 | 0 | 0.82 | 0.29 | 0.12 | 321.2 | 0.75 | 0.52 |
| Hex | E0 | 28 | 9F | 0 | 52 | 1D | C | 141 | 4B | 34 |
| Octal | 340 | 50 | 237 | 0 | 122 | 35 | 14 | 501 | 113 | 64 |
| Binary | 11100000 | 101000 | 10011111 | 0 | 1010010 | 11101 | 1100 | 101000001 | 1001011 | 110100 |
Color Harmonies of #E0289F
Complementary color
Monochromatic Colors of #E0289F
Black with #E0289F
Text Example
Text Example
White with #E0289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0289F; }
p { color: rgb(224,40,159); }
H1.HeaderClassName
{
color: #E0289F;
}
.AnyTagClassName
{
color: #E0289F;
}
</style>
background-color css
<style>
a { background-color: #E0289F; }
a { background-color: rgb(224,40,159); }
div.DivClassName
{
background-color: #E0289F;
}
.BgClassName
{
background-color: #E0289F;
}
</style>
border-color css
<style>
span { border-color: #E0289F; }
span { border-color: rgb(224,40,159); }
td.TdClassName
{
border-color: #E0289F;
}
.TagClassName
{
border-color: #E0289F;
}
</style>