Shades of Deep Cerise #EA3288
Tints of Deep Cerise #EA3288
RGB
CMYK
RGB Variations
Color information
#EA3288 (or 0xEA3288) is known color: Deep Cerise. HEX triplet: EA, 32 and 88. RGB value is (234,50,136). Sum of RGB (Red+Green+Blue) = 234+50+136=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3288 is #15CD77. Grayscale: #727272. Windows color (decimal): -1428856 or 8925930. OLE color: 8925930.
HSL color Cylindrical-coordinate representation of color #EA3288: hue angle of 331.96º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3288 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 136 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.08 |
| HSL | 331.96º | 0.81% | 0.56% | - |
| HSV(B) | 331.96º | 0.79% | 0.92% | - |
| XYZ | 39.52 | 21.55 | 25.37 | - |
| YUV | 114.82 | 139.96 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 136 | 0 | 0.79 | 0.42 | 0.08 | 331.96 | 0.81 | 0.56 |
| Hex | EA | 32 | 88 | 0 | 4F | 2A | 8 | 14C | 51 | 38 |
| Octal | 352 | 62 | 210 | 0 | 117 | 52 | 10 | 514 | 121 | 70 |
| Binary | 11101010 | 110010 | 10001000 | 0 | 1001111 | 101010 | 1000 | 101001100 | 1010001 | 111000 |
Color Harmonies of #EA3288
Complementary color
Monochromatic Colors of #EA3288
Black with #EA3288
Text Example
Text Example
White with #EA3288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3288; }
p { color: rgb(234,50,136); }
H1.HeaderClassName
{
color: #EA3288;
}
.AnyTagClassName
{
color: #EA3288;
}
</style>
background-color css
<style>
a { background-color: #EA3288; }
a { background-color: rgb(234,50,136); }
div.DivClassName
{
background-color: #EA3288;
}
.BgClassName
{
background-color: #EA3288;
}
</style>
border-color css
<style>
span { border-color: #EA3288; }
span { border-color: rgb(234,50,136); }
td.TdClassName
{
border-color: #EA3288;
}
.TagClassName
{
border-color: #EA3288;
}
</style>