Shades of Deep Cerise #EA2885
Tints of Deep Cerise #EA2885
RGB
CMYK
RGB Variations
Color information
#EA2885 (or 0xEA2885) is known color: Deep Cerise. HEX triplet: EA, 28 and 85. RGB value is (234,40,133). Sum of RGB (Red+Green+Blue) = 234+40+133=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2885 is #15D77A. Grayscale: #6C6C6C. Windows color (decimal): -1431419 or 8726762. OLE color: 8726762.
HSL color Cylindrical-coordinate representation of color #EA2885: hue angle of 331.24º 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 #EA2885 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 133 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.08 |
| HSL | 331.24º | 0.82% | 0.54% | - |
| HSV(B) | 331.24º | 0.83% | 0.92% | - |
| XYZ | 38.92 | 20.7 | 24.13 | - |
| YUV | 108.61 | 141.77 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 133 | 0 | 0.83 | 0.43 | 0.08 | 331.24 | 0.82 | 0.54 |
| Hex | EA | 28 | 85 | 0 | 53 | 2B | 8 | 14B | 52 | 36 |
| Octal | 352 | 50 | 205 | 0 | 123 | 53 | 10 | 513 | 122 | 66 |
| Binary | 11101010 | 101000 | 10000101 | 0 | 1010011 | 101011 | 1000 | 101001011 | 1010010 | 110110 |
Color Harmonies of #EA2885
Complementary color
Monochromatic Colors of #EA2885
Black with #EA2885
Text Example
Text Example
White with #EA2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2885; }
p { color: rgb(234,40,133); }
H1.HeaderClassName
{
color: #EA2885;
}
.AnyTagClassName
{
color: #EA2885;
}
</style>
background-color css
<style>
a { background-color: #EA2885; }
a { background-color: rgb(234,40,133); }
div.DivClassName
{
background-color: #EA2885;
}
.BgClassName
{
background-color: #EA2885;
}
</style>
border-color css
<style>
span { border-color: #EA2885; }
span { border-color: rgb(234,40,133); }
td.TdClassName
{
border-color: #EA2885;
}
.TagClassName
{
border-color: #EA2885;
}
</style>