Shades of Deep Cerise #EA2980
Tints of Deep Cerise #EA2980
RGB
CMYK
RGB Variations
Color information
#EA2980 (or 0xEA2980) is known color: Deep Cerise. HEX triplet: EA, 29 and 80. RGB value is (234,41,128). Sum of RGB (Red+Green+Blue) = 234+41+128=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2980 is #15D67F. Grayscale: #6C6C6C. Windows color (decimal): -1431168 or 8399338. OLE color: 8399338.
HSL color Cylindrical-coordinate representation of color #EA2980: hue angle of 332.95º 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 #EA2980 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 128 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.08 |
| HSL | 332.95º | 0.82% | 0.54% | - |
| HSV(B) | 332.95º | 0.82% | 0.92% | - |
| XYZ | 38.62 | 20.64 | 22.37 | - |
| YUV | 108.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 128 | 0 | 0.82 | 0.45 | 0.08 | 332.95 | 0.82 | 0.54 |
| Hex | EA | 29 | 80 | 0 | 52 | 2D | 8 | 14D | 52 | 36 |
| Octal | 352 | 51 | 200 | 0 | 122 | 55 | 10 | 515 | 122 | 66 |
| Binary | 11101010 | 101001 | 10000000 | 0 | 1010010 | 101101 | 1000 | 101001101 | 1010010 | 110110 |
Color Harmonies of #EA2980
Complementary color
Monochromatic Colors of #EA2980
Black with #EA2980
Text Example
Text Example
White with #EA2980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2980; }
p { color: rgb(234,41,128); }
H1.HeaderClassName
{
color: #EA2980;
}
.AnyTagClassName
{
color: #EA2980;
}
</style>
background-color css
<style>
a { background-color: #EA2980; }
a { background-color: rgb(234,41,128); }
div.DivClassName
{
background-color: #EA2980;
}
.BgClassName
{
background-color: #EA2980;
}
</style>
border-color css
<style>
span { border-color: #EA2980; }
span { border-color: rgb(234,41,128); }
td.TdClassName
{
border-color: #EA2980;
}
.TagClassName
{
border-color: #EA2980;
}
</style>