Shades of Deep Cerise #EA3190
Tints of Deep Cerise #EA3190
RGB
CMYK
RGB Variations
Color information
#EA3190 (or 0xEA3190) is known color: Deep Cerise. HEX triplet: EA, 31 and 90. RGB value is (234,49,144). Sum of RGB (Red+Green+Blue) = 234+49+144=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3190 is #15CE6F. Grayscale: #727272. Windows color (decimal): -1429104 or 9449962. OLE color: 9449962.
HSL color Cylindrical-coordinate representation of color #EA3190: hue angle of 329.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3190 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 49 | 144 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.08 |
| HSL | 329.19º | 0.81% | 0.55% | - |
| HSV(B) | 329.19º | 0.79% | 0.92% | - |
| XYZ | 40.06 | 21.7 | 28.46 | - |
| YUV | 115.15 | 144.29 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 49 | 144 | 0 | 0.79 | 0.38 | 0.08 | 329.19 | 0.81 | 0.55 |
| Hex | EA | 31 | 90 | 0 | 4F | 26 | 8 | 149 | 51 | 37 |
| Octal | 352 | 61 | 220 | 0 | 117 | 46 | 10 | 511 | 121 | 67 |
| Binary | 11101010 | 110001 | 10010000 | 0 | 1001111 | 100110 | 1000 | 101001001 | 1010001 | 110111 |
Color Harmonies of #EA3190
Complementary color
Monochromatic Colors of #EA3190
Black with #EA3190
Text Example
Text Example
White with #EA3190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3190; }
p { color: rgb(234,49,144); }
H1.HeaderClassName
{
color: #EA3190;
}
.AnyTagClassName
{
color: #EA3190;
}
</style>
background-color css
<style>
a { background-color: #EA3190; }
a { background-color: rgb(234,49,144); }
div.DivClassName
{
background-color: #EA3190;
}
.BgClassName
{
background-color: #EA3190;
}
</style>
border-color css
<style>
span { border-color: #EA3190; }
span { border-color: rgb(234,49,144); }
td.TdClassName
{
border-color: #EA3190;
}
.TagClassName
{
border-color: #EA3190;
}
</style>