Shades of Deep Cerise #EA2F87
Tints of Deep Cerise #EA2F87
RGB
CMYK
RGB Variations
Color information
#EA2F87 (or 0xEA2F87) is known color: Deep Cerise. HEX triplet: EA, 2F and 87. RGB value is (234,47,135). Sum of RGB (Red+Green+Blue) = 234+47+135=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F87 is #15D078. Grayscale: #707070. Windows color (decimal): -1429625 or 8859626. OLE color: 8859626.
HSL color Cylindrical-coordinate representation of color #EA2F87: hue angle of 331.76º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2F87 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 47 | 135 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.08 |
| HSL | 331.76º | 0.82% | 0.55% | - |
| HSV(B) | 331.76º | 0.8% | 0.92% | - |
| XYZ | 39.32 | 21.27 | 24.96 | - |
| YUV | 112.95 | 140.45 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 47 | 135 | 0 | 0.80 | 0.42 | 0.08 | 331.76 | 0.82 | 0.55 |
| Hex | EA | 2F | 87 | 0 | 50 | 2A | 8 | 14C | 52 | 37 |
| Octal | 352 | 57 | 207 | 0 | 120 | 52 | 10 | 514 | 122 | 67 |
| Binary | 11101010 | 101111 | 10000111 | 0 | 1010000 | 101010 | 1000 | 101001100 | 1010010 | 110111 |
Color Harmonies of #EA2F87
Complementary color
Monochromatic Colors of #EA2F87
Black with #EA2F87
Text Example
Text Example
White with #EA2F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2F87; }
p { color: rgb(234,47,135); }
H1.HeaderClassName
{
color: #EA2F87;
}
.AnyTagClassName
{
color: #EA2F87;
}
</style>
background-color css
<style>
a { background-color: #EA2F87; }
a { background-color: rgb(234,47,135); }
div.DivClassName
{
background-color: #EA2F87;
}
.BgClassName
{
background-color: #EA2F87;
}
</style>
border-color css
<style>
span { border-color: #EA2F87; }
span { border-color: rgb(234,47,135); }
td.TdClassName
{
border-color: #EA2F87;
}
.TagClassName
{
border-color: #EA2F87;
}
</style>