Shades of Deep Cerise #EA3987
Tints of Deep Cerise #EA3987
RGB
CMYK
RGB Variations
Color information
#EA3987 (or 0xEA3987) is known color: Deep Cerise. HEX triplet: EA, 39 and 87. RGB value is (234,57,135). Sum of RGB (Red+Green+Blue) = 234+57+135=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 57 (22.66% from 255 or 13.38% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3987 is #15C678. Grayscale: #767676. Windows color (decimal): -1427065 or 8862186. OLE color: 8862186.
HSL color Cylindrical-coordinate representation of color #EA3987: hue angle of 333.56º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3987 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 135 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.08 |
| HSL | 333.56º | 0.81% | 0.57% | - |
| HSV(B) | 333.56º | 0.76% | 0.92% | - |
| XYZ | 39.77 | 22.17 | 25.1 | - |
| YUV | 118.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 135 | 0 | 0.76 | 0.42 | 0.08 | 333.56 | 0.81 | 0.57 |
| Hex | EA | 39 | 87 | 0 | 4C | 2A | 8 | 14E | 51 | 39 |
| Octal | 352 | 71 | 207 | 0 | 114 | 52 | 10 | 516 | 121 | 71 |
| Binary | 11101010 | 111001 | 10000111 | 0 | 1001100 | 101010 | 1000 | 101001110 | 1010001 | 111001 |
Color Harmonies of #EA3987
Complementary color
Monochromatic Colors of #EA3987
Black with #EA3987
Text Example
Text Example
White with #EA3987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3987; }
p { color: rgb(234,57,135); }
H1.HeaderClassName
{
color: #EA3987;
}
.AnyTagClassName
{
color: #EA3987;
}
</style>
background-color css
<style>
a { background-color: #EA3987; }
a { background-color: rgb(234,57,135); }
div.DivClassName
{
background-color: #EA3987;
}
.BgClassName
{
background-color: #EA3987;
}
</style>
border-color css
<style>
span { border-color: #EA3987; }
span { border-color: rgb(234,57,135); }
td.TdClassName
{
border-color: #EA3987;
}
.TagClassName
{
border-color: #EA3987;
}
</style>