Shades of Deep Cerise #EA3089
Tints of Deep Cerise #EA3089
RGB
CMYK
RGB Variations
Color information
#EA3089 (or 0xEA3089) is known color: Deep Cerise. HEX triplet: EA, 30 and 89. RGB value is (234,48,137). Sum of RGB (Red+Green+Blue) = 234+48+137=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3089 is #15CF76. Grayscale: #717171. Windows color (decimal): -1429367 or 8990954. OLE color: 8990954.
HSL color Cylindrical-coordinate representation of color #EA3089: hue angle of 331.29º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3089 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 137 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.08 |
| HSL | 331.29º | 0.82% | 0.55% | - |
| HSV(B) | 331.29º | 0.79% | 0.92% | - |
| XYZ | 39.5 | 21.41 | 25.72 | - |
| YUV | 113.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 137 | 0 | 0.79 | 0.41 | 0.08 | 331.29 | 0.82 | 0.55 |
| Hex | EA | 30 | 89 | 0 | 4F | 29 | 8 | 14B | 52 | 37 |
| Octal | 352 | 60 | 211 | 0 | 117 | 51 | 10 | 513 | 122 | 67 |
| Binary | 11101010 | 110000 | 10001001 | 0 | 1001111 | 101001 | 1000 | 101001011 | 1010010 | 110111 |
Color Harmonies of #EA3089
Complementary color
Monochromatic Colors of #EA3089
Black with #EA3089
Text Example
Text Example
White with #EA3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3089; }
p { color: rgb(234,48,137); }
H1.HeaderClassName
{
color: #EA3089;
}
.AnyTagClassName
{
color: #EA3089;
}
</style>
background-color css
<style>
a { background-color: #EA3089; }
a { background-color: rgb(234,48,137); }
div.DivClassName
{
background-color: #EA3089;
}
.BgClassName
{
background-color: #EA3089;
}
</style>
border-color css
<style>
span { border-color: #EA3089; }
span { border-color: rgb(234,48,137); }
td.TdClassName
{
border-color: #EA3089;
}
.TagClassName
{
border-color: #EA3089;
}
</style>