Shades of Deep Cerise #EA2888
Tints of Deep Cerise #EA2888
RGB
CMYK
RGB Variations
Color information
#EA2888 (or 0xEA2888) is known color: Deep Cerise. HEX triplet: EA, 28 and 88. RGB value is (234,40,136). Sum of RGB (Red+Green+Blue) = 234+40+136=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2888 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2888 is #15D777. Grayscale: #6C6C6C. Windows color (decimal): -1431416 or 8923370. OLE color: 8923370.
HSL color Cylindrical-coordinate representation of color #EA2888: hue angle of 330.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2888 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 136 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.08 |
| HSL | 330.31º | 0.82% | 0.54% | - |
| HSV(B) | 330.31º | 0.83% | 0.92% | - |
| XYZ | 39.13 | 20.79 | 25.24 | - |
| YUV | 108.95 | 143.27 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 136 | 0 | 0.83 | 0.42 | 0.08 | 330.31 | 0.82 | 0.54 |
| Hex | EA | 28 | 88 | 0 | 53 | 2A | 8 | 14A | 52 | 36 |
| Octal | 352 | 50 | 210 | 0 | 123 | 52 | 10 | 512 | 122 | 66 |
| Binary | 11101010 | 101000 | 10001000 | 0 | 1010011 | 101010 | 1000 | 101001010 | 1010010 | 110110 |
Color Harmonies of #EA2888
Complementary color
Monochromatic Colors of #EA2888
Black with #EA2888
Text Example
Text Example
White with #EA2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2888; }
p { color: rgb(234,40,136); }
H1.HeaderClassName
{
color: #EA2888;
}
.AnyTagClassName
{
color: #EA2888;
}
</style>
background-color css
<style>
a { background-color: #EA2888; }
a { background-color: rgb(234,40,136); }
div.DivClassName
{
background-color: #EA2888;
}
.BgClassName
{
background-color: #EA2888;
}
</style>
border-color css
<style>
span { border-color: #EA2888; }
span { border-color: rgb(234,40,136); }
td.TdClassName
{
border-color: #EA2888;
}
.TagClassName
{
border-color: #EA2888;
}
</style>