Shades of Deep Cerise #EA2A80
Tints of Deep Cerise #EA2A80
RGB
CMYK
RGB Variations
Color information
#EA2A80 (or 0xEA2A80) is known color: Deep Cerise. HEX triplet: EA, 2A and 80. RGB value is (234,42,128). Sum of RGB (Red+Green+Blue) = 234+42+128=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2A80 is #15D57F. Grayscale: #6D6D6D. Windows color (decimal): -1430912 or 8399594. OLE color: 8399594.
HSL color Cylindrical-coordinate representation of color #EA2A80: hue angle of 333.12º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2A80 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 128 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.08 |
| HSL | 333.13º | 0.82% | 0.54% | - |
| HSV(B) | 333.13º | 0.82% | 0.92% | - |
| XYZ | 38.66 | 20.71 | 22.38 | - |
| YUV | 109.21 | 138.61 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 128 | 0 | 0.82 | 0.45 | 0.08 | 333.13 | 0.82 | 0.54 |
| Hex | EA | 2A | 80 | 0 | 52 | 2D | 8 | 14D | 52 | 36 |
| Octal | 352 | 52 | 200 | 0 | 122 | 55 | 10 | 515 | 122 | 66 |
| Binary | 11101010 | 101010 | 10000000 | 0 | 1010010 | 101101 | 1000 | 101001101 | 1010010 | 110110 |
Color Harmonies of #EA2A80
Complementary color
Monochromatic Colors of #EA2A80
Black with #EA2A80
Text Example
Text Example
White with #EA2A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2A80; }
p { color: rgb(234,42,128); }
H1.HeaderClassName
{
color: #EA2A80;
}
.AnyTagClassName
{
color: #EA2A80;
}
</style>
background-color css
<style>
a { background-color: #EA2A80; }
a { background-color: rgb(234,42,128); }
div.DivClassName
{
background-color: #EA2A80;
}
.BgClassName
{
background-color: #EA2A80;
}
</style>
border-color css
<style>
span { border-color: #EA2A80; }
span { border-color: rgb(234,42,128); }
td.TdClassName
{
border-color: #EA2A80;
}
.TagClassName
{
border-color: #EA2A80;
}
</style>