Shades of Deep Cerise #E5238E
Tints of Deep Cerise #E5238E
RGB
CMYK
RGB Variations
Color information
#E5238E (or 0xE5238E) is known color: Deep Cerise. HEX triplet: E5, 23 and 8E. RGB value is (229,35,142). Sum of RGB (Red+Green+Blue) = 229+35+142=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5238E is #1ADC71. Grayscale: #686868. Windows color (decimal): -1760370 or 9315301. OLE color: 9315301.
HSL color Cylindrical-coordinate representation of color #E5238E: hue angle of 326.91º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5238E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 142 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.10 |
| HSL | 326.91º | 0.79% | 0.52% | - |
| HSV(B) | 326.91º | 0.85% | 0.9% | - |
| XYZ | 37.8 | 19.81 | 27.42 | - |
| YUV | 105.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 142 | 0 | 0.85 | 0.38 | 0.10 | 326.91 | 0.79 | 0.52 |
| Hex | E5 | 23 | 8E | 0 | 55 | 26 | A | 147 | 4F | 34 |
| Octal | 345 | 43 | 216 | 0 | 125 | 46 | 12 | 507 | 117 | 64 |
| Binary | 11100101 | 100011 | 10001110 | 0 | 1010101 | 100110 | 1010 | 101000111 | 1001111 | 110100 |
Color Harmonies of #E5238E
Complementary color
Monochromatic Colors of #E5238E
Black with #E5238E
Text Example
Text Example
White with #E5238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5238E; }
p { color: rgb(229,35,142); }
H1.HeaderClassName
{
color: #E5238E;
}
.AnyTagClassName
{
color: #E5238E;
}
</style>
background-color css
<style>
a { background-color: #E5238E; }
a { background-color: rgb(229,35,142); }
div.DivClassName
{
background-color: #E5238E;
}
.BgClassName
{
background-color: #E5238E;
}
</style>
border-color css
<style>
span { border-color: #E5238E; }
span { border-color: rgb(229,35,142); }
td.TdClassName
{
border-color: #E5238E;
}
.TagClassName
{
border-color: #E5238E;
}
</style>