Shades of Deep Cerise #EA3980
Tints of Deep Cerise #EA3980
RGB
CMYK
RGB Variations
Color information
#EA3980 (or 0xEA3980) is known color: Deep Cerise. HEX triplet: EA, 39 and 80. RGB value is (234,57,128). Sum of RGB (Red+Green+Blue) = 234+57+128=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3980 is #15C67F. Grayscale: #757575. Windows color (decimal): -1427072 or 8403434. OLE color: 8403434.
HSL color Cylindrical-coordinate representation of color #EA3980: hue angle of 335.93º 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 #EA3980 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 57 | 128 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.08 |
| HSL | 335.93º | 0.81% | 0.57% | - |
| HSV(B) | 335.93º | 0.76% | 0.92% | - |
| XYZ | 39.29 | 21.98 | 22.59 | - |
| YUV | 118.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 57 | 128 | 0 | 0.76 | 0.45 | 0.08 | 335.93 | 0.81 | 0.57 |
| Hex | EA | 39 | 80 | 0 | 4C | 2D | 8 | 150 | 51 | 39 |
| Octal | 352 | 71 | 200 | 0 | 114 | 55 | 10 | 520 | 121 | 71 |
| Binary | 11101010 | 111001 | 10000000 | 0 | 1001100 | 101101 | 1000 | 101010000 | 1010001 | 111001 |
Color Harmonies of #EA3980
Complementary color
Monochromatic Colors of #EA3980
Black with #EA3980
Text Example
Text Example
White with #EA3980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3980; }
p { color: rgb(234,57,128); }
H1.HeaderClassName
{
color: #EA3980;
}
.AnyTagClassName
{
color: #EA3980;
}
</style>
background-color css
<style>
a { background-color: #EA3980; }
a { background-color: rgb(234,57,128); }
div.DivClassName
{
background-color: #EA3980;
}
.BgClassName
{
background-color: #EA3980;
}
</style>
border-color css
<style>
span { border-color: #EA3980; }
span { border-color: rgb(234,57,128); }
td.TdClassName
{
border-color: #EA3980;
}
.TagClassName
{
border-color: #EA3980;
}
</style>