Shades of Deep Cerise #EA2388
Tints of Deep Cerise #EA2388
RGB
CMYK
RGB Variations
Color information
#EA2388 (or 0xEA2388) is known color: Deep Cerise. HEX triplet: EA, 23 and 88. RGB value is (234,35,136). Sum of RGB (Red+Green+Blue) = 234+35+136=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2388 is #15DC77. Grayscale: #696969. Windows color (decimal): -1432696 or 8922090. OLE color: 8922090.
HSL color Cylindrical-coordinate representation of color #EA2388: hue angle of 329.55º degrees, saturation: 0.83, 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 #EA2388 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 136 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.08 |
| HSL | 329.55º | 0.83% | 0.53% | - |
| HSV(B) | 329.55º | 0.85% | 0.92% | - |
| XYZ | 38.98 | 20.47 | 25.19 | - |
| YUV | 106.02 | 144.93 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 136 | 0 | 0.85 | 0.42 | 0.08 | 329.55 | 0.83 | 0.53 |
| Hex | EA | 23 | 88 | 0 | 55 | 2A | 8 | 14A | 53 | 35 |
| Octal | 352 | 43 | 210 | 0 | 125 | 52 | 10 | 512 | 123 | 65 |
| Binary | 11101010 | 100011 | 10001000 | 0 | 1010101 | 101010 | 1000 | 101001010 | 1010011 | 110101 |
Color Harmonies of #EA2388
Complementary color
Monochromatic Colors of #EA2388
Black with #EA2388
Text Example
Text Example
White with #EA2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2388; }
p { color: rgb(234,35,136); }
H1.HeaderClassName
{
color: #EA2388;
}
.AnyTagClassName
{
color: #EA2388;
}
</style>
background-color css
<style>
a { background-color: #EA2388; }
a { background-color: rgb(234,35,136); }
div.DivClassName
{
background-color: #EA2388;
}
.BgClassName
{
background-color: #EA2388;
}
</style>
border-color css
<style>
span { border-color: #EA2388; }
span { border-color: rgb(234,35,136); }
td.TdClassName
{
border-color: #EA2388;
}
.TagClassName
{
border-color: #EA2388;
}
</style>