Shades of Deep Cerise #EA3590
Tints of Deep Cerise #EA3590
RGB
CMYK
RGB Variations
Color information
#EA3590 (or 0xEA3590) is known color: Deep Cerise. HEX triplet: EA, 35 and 90. RGB value is (234,53,144). Sum of RGB (Red+Green+Blue) = 234+53+144=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3590 is #15CA6F. Grayscale: #757575. Windows color (decimal): -1428080 or 9450986. OLE color: 9450986.
HSL color Cylindrical-coordinate representation of color #EA3590: hue angle of 329.83º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA3590 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 53 | 144 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.08 |
| HSL | 329.83º | 0.81% | 0.56% | - |
| HSV(B) | 329.83º | 0.77% | 0.92% | - |
| XYZ | 40.24 | 22.05 | 28.52 | - |
| YUV | 117.49 | 142.97 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 53 | 144 | 0 | 0.77 | 0.38 | 0.08 | 329.83 | 0.81 | 0.56 |
| Hex | EA | 35 | 90 | 0 | 4D | 26 | 8 | 14A | 51 | 38 |
| Octal | 352 | 65 | 220 | 0 | 115 | 46 | 10 | 512 | 121 | 70 |
| Binary | 11101010 | 110101 | 10010000 | 0 | 1001101 | 100110 | 1000 | 101001010 | 1010001 | 111000 |
Color Harmonies of #EA3590
Complementary color
Monochromatic Colors of #EA3590
Black with #EA3590
Text Example
Text Example
White with #EA3590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3590; }
p { color: rgb(234,53,144); }
H1.HeaderClassName
{
color: #EA3590;
}
.AnyTagClassName
{
color: #EA3590;
}
</style>
background-color css
<style>
a { background-color: #EA3590; }
a { background-color: rgb(234,53,144); }
div.DivClassName
{
background-color: #EA3590;
}
.BgClassName
{
background-color: #EA3590;
}
</style>
border-color css
<style>
span { border-color: #EA3590; }
span { border-color: rgb(234,53,144); }
td.TdClassName
{
border-color: #EA3590;
}
.TagClassName
{
border-color: #EA3590;
}
</style>