Shades of Deep Cerise #EA3890
Tints of Deep Cerise #EA3890
RGB
CMYK
RGB Variations
Color information
#EA3890 (or 0xEA3890) is known color: Deep Cerise. HEX triplet: EA, 38 and 90. RGB value is (234,56,144). Sum of RGB (Red+Green+Blue) = 234+56+144=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3890 is #15C76F. Grayscale: #777777. Windows color (decimal): -1427312 or 9451754. OLE color: 9451754.
HSL color Cylindrical-coordinate representation of color #EA3890: hue angle of 330.34º 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 #EA3890 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 144 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.08 |
| HSL | 330.34º | 0.81% | 0.57% | - |
| HSV(B) | 330.34º | 0.76% | 0.92% | - |
| XYZ | 40.38 | 22.33 | 28.57 | - |
| YUV | 119.25 | 141.97 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 144 | 0 | 0.76 | 0.38 | 0.08 | 330.34 | 0.81 | 0.57 |
| Hex | EA | 38 | 90 | 0 | 4C | 26 | 8 | 14A | 51 | 39 |
| Octal | 352 | 70 | 220 | 0 | 114 | 46 | 10 | 512 | 121 | 71 |
| Binary | 11101010 | 111000 | 10010000 | 0 | 1001100 | 100110 | 1000 | 101001010 | 1010001 | 111001 |
Color Harmonies of #EA3890
Complementary color
Monochromatic Colors of #EA3890
Black with #EA3890
Text Example
Text Example
White with #EA3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3890; }
p { color: rgb(234,56,144); }
H1.HeaderClassName
{
color: #EA3890;
}
.AnyTagClassName
{
color: #EA3890;
}
</style>
background-color css
<style>
a { background-color: #EA3890; }
a { background-color: rgb(234,56,144); }
div.DivClassName
{
background-color: #EA3890;
}
.BgClassName
{
background-color: #EA3890;
}
</style>
border-color css
<style>
span { border-color: #EA3890; }
span { border-color: rgb(234,56,144); }
td.TdClassName
{
border-color: #EA3890;
}
.TagClassName
{
border-color: #EA3890;
}
</style>