Shades of Deep Cerise #EA2C89
Tints of Deep Cerise #EA2C89
RGB
CMYK
RGB Variations
Color information
#EA2C89 (or 0xEA2C89) is known color: Deep Cerise. HEX triplet: EA, 2C and 89. RGB value is (234,44,137). Sum of RGB (Red+Green+Blue) = 234+44+137=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2C89 is #15D376. Grayscale: #6F6F6F. Windows color (decimal): -1430391 or 8989930. OLE color: 8989930.
HSL color Cylindrical-coordinate representation of color #EA2C89: hue angle of 330.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C89 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 137 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.08 |
| HSL | 330.63º | 0.82% | 0.55% | - |
| HSV(B) | 330.63º | 0.81% | 0.92% | - |
| XYZ | 39.35 | 21.1 | 25.67 | - |
| YUV | 111.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 137 | 0 | 0.81 | 0.41 | 0.08 | 330.63 | 0.82 | 0.55 |
| Hex | EA | 2C | 89 | 0 | 51 | 29 | 8 | 14B | 52 | 37 |
| Octal | 352 | 54 | 211 | 0 | 121 | 51 | 10 | 513 | 122 | 67 |
| Binary | 11101010 | 101100 | 10001001 | 0 | 1010001 | 101001 | 1000 | 101001011 | 1010010 | 110111 |
Color Harmonies of #EA2C89
Complementary color
Monochromatic Colors of #EA2C89
Black with #EA2C89
Text Example
Text Example
White with #EA2C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C89; }
p { color: rgb(234,44,137); }
H1.HeaderClassName
{
color: #EA2C89;
}
.AnyTagClassName
{
color: #EA2C89;
}
</style>
background-color css
<style>
a { background-color: #EA2C89; }
a { background-color: rgb(234,44,137); }
div.DivClassName
{
background-color: #EA2C89;
}
.BgClassName
{
background-color: #EA2C89;
}
</style>
border-color css
<style>
span { border-color: #EA2C89; }
span { border-color: rgb(234,44,137); }
td.TdClassName
{
border-color: #EA2C89;
}
.TagClassName
{
border-color: #EA2C89;
}
</style>