Shades of Deep Cerise #EA2491
Tints of Deep Cerise #EA2491
RGB
CMYK
RGB Variations
Color information
#EA2491 (or 0xEA2491) is known color: Deep Cerise. HEX triplet: EA, 24 and 91. RGB value is (234,36,145). Sum of RGB (Red+Green+Blue) = 234+36+145=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2491 is #15DB6E. Grayscale: #6B6B6B. Windows color (decimal): -1432431 or 9512170. OLE color: 9512170.
HSL color Cylindrical-coordinate representation of color #EA2491: hue angle of 326.97º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2491 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 145 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.08 |
| HSL | 326.97º | 0.83% | 0.53% | - |
| HSV(B) | 326.97º | 0.85% | 0.92% | - |
| XYZ | 39.67 | 20.8 | 28.71 | - |
| YUV | 107.63 | 149.1 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 145 | 0 | 0.85 | 0.38 | 0.08 | 326.97 | 0.83 | 0.53 |
| Hex | EA | 24 | 91 | 0 | 55 | 26 | 8 | 147 | 52 | 35 |
| Octal | 352 | 44 | 221 | 0 | 125 | 46 | 10 | 507 | 122 | 65 |
| Binary | 11101010 | 100100 | 10010001 | 0 | 1010101 | 100110 | 1000 | 101000111 | 1010010 | 110101 |
Color Harmonies of #EA2491
Complementary color
Monochromatic Colors of #EA2491
Black with #EA2491
Text Example
Text Example
White with #EA2491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2491; }
p { color: rgb(234,36,145); }
H1.HeaderClassName
{
color: #EA2491;
}
.AnyTagClassName
{
color: #EA2491;
}
</style>
background-color css
<style>
a { background-color: #EA2491; }
a { background-color: rgb(234,36,145); }
div.DivClassName
{
background-color: #EA2491;
}
.BgClassName
{
background-color: #EA2491;
}
</style>
border-color css
<style>
span { border-color: #EA2491; }
span { border-color: rgb(234,36,145); }
td.TdClassName
{
border-color: #EA2491;
}
.TagClassName
{
border-color: #EA2491;
}
</style>