Shades of Deep Cerise #EA3790
Tints of Deep Cerise #EA3790
RGB
CMYK
RGB Variations
Color information
#EA3790 (or 0xEA3790) is known color: Deep Cerise. HEX triplet: EA, 37 and 90. RGB value is (234,55,144). Sum of RGB (Red+Green+Blue) = 234+55+144=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3790 is #15C86F. Grayscale: #767676. Windows color (decimal): -1427568 or 9451498. OLE color: 9451498.
HSL color Cylindrical-coordinate representation of color #EA3790: hue angle of 330.17º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3790 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 55 | 144 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.08 |
| HSL | 330.17º | 0.81% | 0.57% | - |
| HSV(B) | 330.17º | 0.76% | 0.92% | - |
| XYZ | 40.33 | 22.24 | 28.55 | - |
| YUV | 118.67 | 142.3 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 55 | 144 | 0 | 0.76 | 0.38 | 0.08 | 330.17 | 0.81 | 0.57 |
| Hex | EA | 37 | 90 | 0 | 4C | 26 | 8 | 14A | 51 | 39 |
| Octal | 352 | 67 | 220 | 0 | 114 | 46 | 10 | 512 | 121 | 71 |
| Binary | 11101010 | 110111 | 10010000 | 0 | 1001100 | 100110 | 1000 | 101001010 | 1010001 | 111001 |
Color Harmonies of #EA3790
Complementary color
Monochromatic Colors of #EA3790
Black with #EA3790
Text Example
Text Example
White with #EA3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3790; }
p { color: rgb(234,55,144); }
H1.HeaderClassName
{
color: #EA3790;
}
.AnyTagClassName
{
color: #EA3790;
}
</style>
background-color css
<style>
a { background-color: #EA3790; }
a { background-color: rgb(234,55,144); }
div.DivClassName
{
background-color: #EA3790;
}
.BgClassName
{
background-color: #EA3790;
}
</style>
border-color css
<style>
span { border-color: #EA3790; }
span { border-color: rgb(234,55,144); }
td.TdClassName
{
border-color: #EA3790;
}
.TagClassName
{
border-color: #EA3790;
}
</style>