Shades of Deep Cerise #EA2C80
Tints of Deep Cerise #EA2C80
RGB
CMYK
RGB Variations
Color information
#EA2C80 (or 0xEA2C80) is known color: Deep Cerise. HEX triplet: EA, 2C and 80. RGB value is (234,44,128). Sum of RGB (Red+Green+Blue) = 234+44+128=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2C80 is #15D37F. Grayscale: #6E6E6E. Windows color (decimal): -1430400 or 8400106. OLE color: 8400106.
HSL color Cylindrical-coordinate representation of color #EA2C80: hue angle of 333.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2C80 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 44 | 128 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.08 |
| HSL | 333.47º | 0.82% | 0.55% | - |
| HSV(B) | 333.47º | 0.81% | 0.92% | - |
| XYZ | 38.73 | 20.85 | 22.41 | - |
| YUV | 110.39 | 137.95 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 44 | 128 | 0 | 0.81 | 0.45 | 0.08 | 333.47 | 0.82 | 0.55 |
| Hex | EA | 2C | 80 | 0 | 51 | 2D | 8 | 14D | 52 | 37 |
| Octal | 352 | 54 | 200 | 0 | 121 | 55 | 10 | 515 | 122 | 67 |
| Binary | 11101010 | 101100 | 10000000 | 0 | 1010001 | 101101 | 1000 | 101001101 | 1010010 | 110111 |
Color Harmonies of #EA2C80
Complementary color
Monochromatic Colors of #EA2C80
Black with #EA2C80
Text Example
Text Example
White with #EA2C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2C80; }
p { color: rgb(234,44,128); }
H1.HeaderClassName
{
color: #EA2C80;
}
.AnyTagClassName
{
color: #EA2C80;
}
</style>
background-color css
<style>
a { background-color: #EA2C80; }
a { background-color: rgb(234,44,128); }
div.DivClassName
{
background-color: #EA2C80;
}
.BgClassName
{
background-color: #EA2C80;
}
</style>
border-color css
<style>
span { border-color: #EA2C80; }
span { border-color: rgb(234,44,128); }
td.TdClassName
{
border-color: #EA2C80;
}
.TagClassName
{
border-color: #EA2C80;
}
</style>