Shades of Deep Cerise #EA2880
Tints of Deep Cerise #EA2880
RGB
CMYK
RGB Variations
Color information
#EA2880 (or 0xEA2880) is known color: Deep Cerise. HEX triplet: EA, 28 and 80. RGB value is (234,40,128). Sum of RGB (Red+Green+Blue) = 234+40+128=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2880 is #15D77F. Grayscale: #6B6B6B. Windows color (decimal): -1431424 or 8399082. OLE color: 8399082.
HSL color Cylindrical-coordinate representation of color #EA2880: hue angle of 332.78º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2880 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 128 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.08 |
| HSL | 332.78º | 0.82% | 0.54% | - |
| HSV(B) | 332.78º | 0.83% | 0.92% | - |
| XYZ | 38.59 | 20.57 | 22.36 | - |
| YUV | 108.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 128 | 0 | 0.83 | 0.45 | 0.08 | 332.78 | 0.82 | 0.54 |
| Hex | EA | 28 | 80 | 0 | 53 | 2D | 8 | 14D | 52 | 36 |
| Octal | 352 | 50 | 200 | 0 | 123 | 55 | 10 | 515 | 122 | 66 |
| Binary | 11101010 | 101000 | 10000000 | 0 | 1010011 | 101101 | 1000 | 101001101 | 1010010 | 110110 |
Color Harmonies of #EA2880
Complementary color
Monochromatic Colors of #EA2880
Black with #EA2880
Text Example
Text Example
White with #EA2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2880; }
p { color: rgb(234,40,128); }
H1.HeaderClassName
{
color: #EA2880;
}
.AnyTagClassName
{
color: #EA2880;
}
</style>
background-color css
<style>
a { background-color: #EA2880; }
a { background-color: rgb(234,40,128); }
div.DivClassName
{
background-color: #EA2880;
}
.BgClassName
{
background-color: #EA2880;
}
</style>
border-color css
<style>
span { border-color: #EA2880; }
span { border-color: rgb(234,40,128); }
td.TdClassName
{
border-color: #EA2880;
}
.TagClassName
{
border-color: #EA2880;
}
</style>