Shades of Deep Cerise #EA2591
Tints of Deep Cerise #EA2591
RGB
CMYK
RGB Variations
Color information
#EA2591 (or 0xEA2591) is known color: Deep Cerise. HEX triplet: EA, 25 and 91. RGB value is (234,37,145). Sum of RGB (Red+Green+Blue) = 234+37+145=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2591 is #15DA6E. Grayscale: #6B6B6B. Windows color (decimal): -1432175 or 9512426. OLE color: 9512426.
HSL color Cylindrical-coordinate representation of color #EA2591: hue angle of 327.11º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2591 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 145 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.08 |
| HSL | 327.11º | 0.82% | 0.53% | - |
| HSV(B) | 327.11º | 0.84% | 0.92% | - |
| XYZ | 39.7 | 20.86 | 28.72 | - |
| YUV | 108.22 | 148.77 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 145 | 0 | 0.84 | 0.38 | 0.08 | 327.11 | 0.82 | 0.53 |
| Hex | EA | 25 | 91 | 0 | 54 | 26 | 8 | 147 | 52 | 35 |
| Octal | 352 | 45 | 221 | 0 | 124 | 46 | 10 | 507 | 122 | 65 |
| Binary | 11101010 | 100101 | 10010001 | 0 | 1010100 | 100110 | 1000 | 101000111 | 1010010 | 110101 |
Color Harmonies of #EA2591
Complementary color
Monochromatic Colors of #EA2591
Black with #EA2591
Text Example
Text Example
White with #EA2591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2591; }
p { color: rgb(234,37,145); }
H1.HeaderClassName
{
color: #EA2591;
}
.AnyTagClassName
{
color: #EA2591;
}
</style>
background-color css
<style>
a { background-color: #EA2591; }
a { background-color: rgb(234,37,145); }
div.DivClassName
{
background-color: #EA2591;
}
.BgClassName
{
background-color: #EA2591;
}
</style>
border-color css
<style>
span { border-color: #EA2591; }
span { border-color: rgb(234,37,145); }
td.TdClassName
{
border-color: #EA2591;
}
.TagClassName
{
border-color: #EA2591;
}
</style>