Shades of Deep Cerise #EA2981
Tints of Deep Cerise #EA2981
RGB
CMYK
RGB Variations
Color information
#EA2981 (or 0xEA2981) is known color: Deep Cerise. HEX triplet: EA, 29 and 81. RGB value is (234,41,129). Sum of RGB (Red+Green+Blue) = 234+41+129=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2981 is #15D67E. Grayscale: #6C6C6C. Windows color (decimal): -1431167 or 8464874. OLE color: 8464874.
HSL color Cylindrical-coordinate representation of color #EA2981: hue angle of 332.64º 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 #EA2981 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 129 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.08 |
| HSL | 332.64º | 0.82% | 0.54% | - |
| HSV(B) | 332.64º | 0.82% | 0.92% | - |
| XYZ | 38.69 | 20.66 | 22.72 | - |
| YUV | 108.74 | 139.44 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 129 | 0 | 0.82 | 0.45 | 0.08 | 332.64 | 0.82 | 0.54 |
| Hex | EA | 29 | 81 | 0 | 52 | 2D | 8 | 14D | 52 | 36 |
| Octal | 352 | 51 | 201 | 0 | 122 | 55 | 10 | 515 | 122 | 66 |
| Binary | 11101010 | 101001 | 10000001 | 0 | 1010010 | 101101 | 1000 | 101001101 | 1010010 | 110110 |
Color Harmonies of #EA2981
Complementary color
Monochromatic Colors of #EA2981
Black with #EA2981
Text Example
Text Example
White with #EA2981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2981; }
p { color: rgb(234,41,129); }
H1.HeaderClassName
{
color: #EA2981;
}
.AnyTagClassName
{
color: #EA2981;
}
</style>
background-color css
<style>
a { background-color: #EA2981; }
a { background-color: rgb(234,41,129); }
div.DivClassName
{
background-color: #EA2981;
}
.BgClassName
{
background-color: #EA2981;
}
</style>
border-color css
<style>
span { border-color: #EA2981; }
span { border-color: rgb(234,41,129); }
td.TdClassName
{
border-color: #EA2981;
}
.TagClassName
{
border-color: #EA2981;
}
</style>