Shades of Deep Cerise #E8238E
Tints of Deep Cerise #E8238E
RGB
CMYK
RGB Variations
Color information
#E8238E (or 0xE8238E) is known color: Deep Cerise. HEX triplet: E8, 23 and 8E. RGB value is (232,35,142). Sum of RGB (Red+Green+Blue) = 232+35+142=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8238E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8238E is #17DC71. Grayscale: #696969. Windows color (decimal): -1563762 or 9315304. OLE color: 9315304.
HSL color Cylindrical-coordinate representation of color #E8238E: hue angle of 327.41º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8238E is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 35 | 142 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.09 |
| HSL | 327.41º | 0.81% | 0.52% | - |
| HSV(B) | 327.41º | 0.85% | 0.91% | - |
| XYZ | 38.76 | 20.31 | 27.47 | - |
| YUV | 106.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 35 | 142 | 0 | 0.85 | 0.39 | 0.09 | 327.41 | 0.81 | 0.52 |
| Hex | E8 | 23 | 8E | 0 | 55 | 27 | 9 | 147 | 51 | 34 |
| Octal | 350 | 43 | 216 | 0 | 125 | 47 | 11 | 507 | 121 | 64 |
| Binary | 11101000 | 100011 | 10001110 | 0 | 1010101 | 100111 | 1001 | 101000111 | 1010001 | 110100 |
Color Harmonies of #E8238E
Complementary color
Monochromatic Colors of #E8238E
Black with #E8238E
Text Example
Text Example
White with #E8238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8238E; }
p { color: rgb(232,35,142); }
H1.HeaderClassName
{
color: #E8238E;
}
.AnyTagClassName
{
color: #E8238E;
}
</style>
background-color css
<style>
a { background-color: #E8238E; }
a { background-color: rgb(232,35,142); }
div.DivClassName
{
background-color: #E8238E;
}
.BgClassName
{
background-color: #E8238E;
}
</style>
border-color css
<style>
span { border-color: #E8238E; }
span { border-color: rgb(232,35,142); }
td.TdClassName
{
border-color: #E8238E;
}
.TagClassName
{
border-color: #E8238E;
}
</style>