Shades of Deep Cerise #EA2588
Tints of Deep Cerise #EA2588
RGB
CMYK
RGB Variations
Color information
#EA2588 (or 0xEA2588) is known color: Deep Cerise. HEX triplet: EA, 25 and 88. RGB value is (234,37,136). Sum of RGB (Red+Green+Blue) = 234+37+136=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2588 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2588 is #15DA77. Grayscale: #6A6A6A. Windows color (decimal): -1432184 or 8922602. OLE color: 8922602.
HSL color Cylindrical-coordinate representation of color #EA2588: hue angle of 329.85º 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 #EA2588 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 136 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.08 |
| HSL | 329.85º | 0.82% | 0.53% | - |
| HSV(B) | 329.85º | 0.84% | 0.92% | - |
| XYZ | 39.04 | 20.59 | 25.21 | - |
| YUV | 107.19 | 144.27 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 136 | 0 | 0.84 | 0.42 | 0.08 | 329.85 | 0.82 | 0.53 |
| Hex | EA | 25 | 88 | 0 | 54 | 2A | 8 | 14A | 52 | 35 |
| Octal | 352 | 45 | 210 | 0 | 124 | 52 | 10 | 512 | 122 | 65 |
| Binary | 11101010 | 100101 | 10001000 | 0 | 1010100 | 101010 | 1000 | 101001010 | 1010010 | 110101 |
Color Harmonies of #EA2588
Complementary color
Monochromatic Colors of #EA2588
Black with #EA2588
Text Example
Text Example
White with #EA2588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2588; }
p { color: rgb(234,37,136); }
H1.HeaderClassName
{
color: #EA2588;
}
.AnyTagClassName
{
color: #EA2588;
}
</style>
background-color css
<style>
a { background-color: #EA2588; }
a { background-color: rgb(234,37,136); }
div.DivClassName
{
background-color: #EA2588;
}
.BgClassName
{
background-color: #EA2588;
}
</style>
border-color css
<style>
span { border-color: #EA2588; }
span { border-color: rgb(234,37,136); }
td.TdClassName
{
border-color: #EA2588;
}
.TagClassName
{
border-color: #EA2588;
}
</style>