Shades of Deep Cerise #EA3391
Tints of Deep Cerise #EA3391
RGB
CMYK
RGB Variations
Color information
#EA3391 (or 0xEA3391) is known color: Deep Cerise. HEX triplet: EA, 33 and 91. RGB value is (234,51,145). Sum of RGB (Red+Green+Blue) = 234+51+145=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3391 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3391 is #15CC6E. Grayscale: #747474. Windows color (decimal): -1428591 or 9516010. OLE color: 9516010.
HSL color Cylindrical-coordinate representation of color #EA3391: hue angle of 329.18º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3391 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 145 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.08 |
| HSL | 329.18º | 0.81% | 0.56% | - |
| HSV(B) | 329.18º | 0.78% | 0.92% | - |
| XYZ | 40.23 | 21.9 | 28.9 | - |
| YUV | 116.43 | 144.13 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 145 | 0 | 0.78 | 0.38 | 0.08 | 329.18 | 0.81 | 0.56 |
| Hex | EA | 33 | 91 | 0 | 4E | 26 | 8 | 149 | 51 | 38 |
| Octal | 352 | 63 | 221 | 0 | 116 | 46 | 10 | 511 | 121 | 70 |
| Binary | 11101010 | 110011 | 10010001 | 0 | 1001110 | 100110 | 1000 | 101001001 | 1010001 | 111000 |
Color Harmonies of #EA3391
Complementary color
Monochromatic Colors of #EA3391
Black with #EA3391
Text Example
Text Example
White with #EA3391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3391; }
p { color: rgb(234,51,145); }
H1.HeaderClassName
{
color: #EA3391;
}
.AnyTagClassName
{
color: #EA3391;
}
</style>
background-color css
<style>
a { background-color: #EA3391; }
a { background-color: rgb(234,51,145); }
div.DivClassName
{
background-color: #EA3391;
}
.BgClassName
{
background-color: #EA3391;
}
</style>
border-color css
<style>
span { border-color: #EA3391; }
span { border-color: rgb(234,51,145); }
td.TdClassName
{
border-color: #EA3391;
}
.TagClassName
{
border-color: #EA3391;
}
</style>