Shades of Deep Cerise #E0288C
Tints of Deep Cerise #E0288C
RGB
CMYK
RGB Variations
Color information
#E0288C (or 0xE0288C) is known color: Deep Cerise. HEX triplet: E0, 28 and 8C. RGB value is (224,40,140). Sum of RGB (Red+Green+Blue) = 224+40+140=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E0288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E0288C is #1FD773. Grayscale: #6A6A6A. Windows color (decimal): -2086772 or 9185504. OLE color: 9185504.
HSL color Cylindrical-coordinate representation of color #E0288C: hue angle of 327.39º 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 #E0288C is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 140 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.12 |
| HSL | 327.39º | 0.75% | 0.52% | - |
| HSV(B) | 327.39º | 0.82% | 0.88% | - |
| XYZ | 36.23 | 19.26 | 26.62 | - |
| YUV | 106.42 | 146.96 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 140 | 0 | 0.82 | 0.38 | 0.12 | 327.39 | 0.75 | 0.52 |
| Hex | E0 | 28 | 8C | 0 | 52 | 26 | C | 147 | 4B | 34 |
| Octal | 340 | 50 | 214 | 0 | 122 | 46 | 14 | 507 | 113 | 64 |
| Binary | 11100000 | 101000 | 10001100 | 0 | 1010010 | 100110 | 1100 | 101000111 | 1001011 | 110100 |
Color Harmonies of #E0288C
Complementary color
Monochromatic Colors of #E0288C
Black with #E0288C
Text Example
Text Example
White with #E0288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0288C; }
p { color: rgb(224,40,140); }
H1.HeaderClassName
{
color: #E0288C;
}
.AnyTagClassName
{
color: #E0288C;
}
</style>
background-color css
<style>
a { background-color: #E0288C; }
a { background-color: rgb(224,40,140); }
div.DivClassName
{
background-color: #E0288C;
}
.BgClassName
{
background-color: #E0288C;
}
</style>
border-color css
<style>
span { border-color: #E0288C; }
span { border-color: rgb(224,40,140); }
td.TdClassName
{
border-color: #E0288C;
}
.TagClassName
{
border-color: #E0288C;
}
</style>