Shades of Deep Cerise #EA2995
Tints of Deep Cerise #EA2995
RGB
CMYK
RGB Variations
Color information
#EA2995 (or 0xEA2995) is known color: Deep Cerise. HEX triplet: EA, 29 and 95. RGB value is (234,41,149). Sum of RGB (Red+Green+Blue) = 234+41+149=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2995 is #15D66A. Grayscale: #6E6E6E. Windows color (decimal): -1431147 or 9775594. OLE color: 9775594.
HSL color Cylindrical-coordinate representation of color #EA2995: hue angle of 326.42º 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 #EA2995 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 41 | 149 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.08 |
| HSL | 326.42º | 0.82% | 0.54% | - |
| HSV(B) | 326.42º | 0.82% | 0.92% | - |
| XYZ | 40.15 | 21.25 | 30.42 | - |
| YUV | 111.02 | 149.44 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 41 | 149 | 0 | 0.82 | 0.36 | 0.08 | 326.42 | 0.82 | 0.54 |
| Hex | EA | 29 | 95 | 0 | 52 | 24 | 8 | 146 | 52 | 36 |
| Octal | 352 | 51 | 225 | 0 | 122 | 44 | 10 | 506 | 122 | 66 |
| Binary | 11101010 | 101001 | 10010101 | 0 | 1010010 | 100100 | 1000 | 101000110 | 1010010 | 110110 |
Color Harmonies of #EA2995
Complementary color
Monochromatic Colors of #EA2995
Black with #EA2995
Text Example
Text Example
White with #EA2995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2995; }
p { color: rgb(234,41,149); }
H1.HeaderClassName
{
color: #EA2995;
}
.AnyTagClassName
{
color: #EA2995;
}
</style>
background-color css
<style>
a { background-color: #EA2995; }
a { background-color: rgb(234,41,149); }
div.DivClassName
{
background-color: #EA2995;
}
.BgClassName
{
background-color: #EA2995;
}
</style>
border-color css
<style>
span { border-color: #EA2995; }
span { border-color: rgb(234,41,149); }
td.TdClassName
{
border-color: #EA2995;
}
.TagClassName
{
border-color: #EA2995;
}
</style>