Shades of Deep Cerise #EA2881
Tints of Deep Cerise #EA2881
RGB
CMYK
RGB Variations
Color information
#EA2881 (or 0xEA2881) is known color: Deep Cerise. HEX triplet: EA, 28 and 81. RGB value is (234,40,129). Sum of RGB (Red+Green+Blue) = 234+40+129=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2881 is #15D77E. Grayscale: #6B6B6B. Windows color (decimal): -1431423 or 8464618. OLE color: 8464618.
HSL color Cylindrical-coordinate representation of color #EA2881: hue angle of 332.47º 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 #EA2881 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 129 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.08 |
| HSL | 332.47º | 0.82% | 0.54% | - |
| HSV(B) | 332.47º | 0.83% | 0.92% | - |
| XYZ | 38.65 | 20.59 | 22.71 | - |
| YUV | 108.15 | 139.77 | 217.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 129 | 0 | 0.83 | 0.45 | 0.08 | 332.47 | 0.82 | 0.54 |
| Hex | EA | 28 | 81 | 0 | 53 | 2D | 8 | 14C | 52 | 36 |
| Octal | 352 | 50 | 201 | 0 | 123 | 55 | 10 | 514 | 122 | 66 |
| Binary | 11101010 | 101000 | 10000001 | 0 | 1010011 | 101101 | 1000 | 101001100 | 1010010 | 110110 |
Color Harmonies of #EA2881
Complementary color
Monochromatic Colors of #EA2881
Black with #EA2881
Text Example
Text Example
White with #EA2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2881; }
p { color: rgb(234,40,129); }
H1.HeaderClassName
{
color: #EA2881;
}
.AnyTagClassName
{
color: #EA2881;
}
</style>
background-color css
<style>
a { background-color: #EA2881; }
a { background-color: rgb(234,40,129); }
div.DivClassName
{
background-color: #EA2881;
}
.BgClassName
{
background-color: #EA2881;
}
</style>
border-color css
<style>
span { border-color: #EA2881; }
span { border-color: rgb(234,40,129); }
td.TdClassName
{
border-color: #EA2881;
}
.TagClassName
{
border-color: #EA2881;
}
</style>