Shades of Deep Cerise #E0289B
Tints of Deep Cerise #E0289B
RGB
CMYK
RGB Variations
Color information
#E0289B (or 0xE0289B) is known color: Deep Cerise. HEX triplet: E0, 28 and 9B. RGB value is (224,40,155). Sum of RGB (Red+Green+Blue) = 224+40+155=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0289B is #1FD764. Grayscale: #6B6B6B. Windows color (decimal): -2086757 or 10168544. OLE color: 10168544.
HSL color Cylindrical-coordinate representation of color #E0289B: hue angle of 322.5º 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 #E0289B is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 155 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.12 |
| HSL | 322.5º | 0.75% | 0.52% | - |
| HSV(B) | 322.5º | 0.82% | 0.88% | - |
| XYZ | 37.42 | 19.73 | 32.85 | - |
| YUV | 108.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 155 | 0 | 0.82 | 0.31 | 0.12 | 322.5 | 0.75 | 0.52 |
| Hex | E0 | 28 | 9B | 0 | 52 | 1F | C | 142 | 4B | 34 |
| Octal | 340 | 50 | 233 | 0 | 122 | 37 | 14 | 502 | 113 | 64 |
| Binary | 11100000 | 101000 | 10011011 | 0 | 1010010 | 11111 | 1100 | 101000010 | 1001011 | 110100 |
Color Harmonies of #E0289B
Complementary color
Monochromatic Colors of #E0289B
Black with #E0289B
Text Example
Text Example
White with #E0289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0289B; }
p { color: rgb(224,40,155); }
H1.HeaderClassName
{
color: #E0289B;
}
.AnyTagClassName
{
color: #E0289B;
}
</style>
background-color css
<style>
a { background-color: #E0289B; }
a { background-color: rgb(224,40,155); }
div.DivClassName
{
background-color: #E0289B;
}
.BgClassName
{
background-color: #E0289B;
}
</style>
border-color css
<style>
span { border-color: #E0289B; }
span { border-color: rgb(224,40,155); }
td.TdClassName
{
border-color: #E0289B;
}
.TagClassName
{
border-color: #E0289B;
}
</style>