Shades of Deep Cerise #EA2089
Tints of Deep Cerise #EA2089
RGB
CMYK
RGB Variations
Color information
#EA2089 (or 0xEA2089) is known color: Deep Cerise. HEX triplet: EA, 20 and 89. RGB value is (234,32,137). Sum of RGB (Red+Green+Blue) = 234+32+137=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2089 is #15DF76. Grayscale: #686868. Windows color (decimal): -1433463 or 8986858. OLE color: 8986858.
HSL color Cylindrical-coordinate representation of color #EA2089: hue angle of 328.81º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2089 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 137 | - |
| CMYK | 0 | 0.86 | 0.41 | 0.08 |
| HSL | 328.81º | 0.83% | 0.52% | - |
| HSV(B) | 328.81º | 0.86% | 0.92% | - |
| XYZ | 38.96 | 20.33 | 25.54 | - |
| YUV | 104.37 | 146.42 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 137 | 0 | 0.86 | 0.41 | 0.08 | 328.81 | 0.83 | 0.52 |
| Hex | EA | 20 | 89 | 0 | 56 | 29 | 8 | 149 | 53 | 34 |
| Octal | 352 | 40 | 211 | 0 | 126 | 51 | 10 | 511 | 123 | 64 |
| Binary | 11101010 | 100000 | 10001001 | 0 | 1010110 | 101001 | 1000 | 101001001 | 1010011 | 110100 |
Color Harmonies of #EA2089
Complementary color
Monochromatic Colors of #EA2089
Black with #EA2089
Text Example
Text Example
White with #EA2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2089; }
p { color: rgb(234,32,137); }
H1.HeaderClassName
{
color: #EA2089;
}
.AnyTagClassName
{
color: #EA2089;
}
</style>
background-color css
<style>
a { background-color: #EA2089; }
a { background-color: rgb(234,32,137); }
div.DivClassName
{
background-color: #EA2089;
}
.BgClassName
{
background-color: #EA2089;
}
</style>
border-color css
<style>
span { border-color: #EA2089; }
span { border-color: rgb(234,32,137); }
td.TdClassName
{
border-color: #EA2089;
}
.TagClassName
{
border-color: #EA2089;
}
</style>