Shades of Deep Cerise #E7208E
Tints of Deep Cerise #E7208E
RGB
CMYK
RGB Variations
Color information
#E7208E (or 0xE7208E) is known color: Deep Cerise. HEX triplet: E7, 20 and 8E. RGB value is (231,32,142). Sum of RGB (Red+Green+Blue) = 231+32+142=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E7208E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7208E is #18DF71. Grayscale: #676767. Windows color (decimal): -1630066 or 9314535. OLE color: 9314535.
HSL color Cylindrical-coordinate representation of color #E7208E: hue angle of 326.83º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7208E is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 142 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.09 |
| HSL | 326.83º | 0.81% | 0.52% | - |
| HSV(B) | 326.83º | 0.86% | 0.91% | - |
| XYZ | 38.35 | 19.97 | 27.43 | - |
| YUV | 104.04 | 149.43 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 142 | 0 | 0.86 | 0.39 | 0.09 | 326.83 | 0.81 | 0.52 |
| Hex | E7 | 20 | 8E | 0 | 56 | 27 | 9 | 147 | 51 | 34 |
| Octal | 347 | 40 | 216 | 0 | 126 | 47 | 11 | 507 | 121 | 64 |
| Binary | 11100111 | 100000 | 10001110 | 0 | 1010110 | 100111 | 1001 | 101000111 | 1010001 | 110100 |
Color Harmonies of #E7208E
Complementary color
Monochromatic Colors of #E7208E
Black with #E7208E
Text Example
Text Example
White with #E7208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7208E; }
p { color: rgb(231,32,142); }
H1.HeaderClassName
{
color: #E7208E;
}
.AnyTagClassName
{
color: #E7208E;
}
</style>
background-color css
<style>
a { background-color: #E7208E; }
a { background-color: rgb(231,32,142); }
div.DivClassName
{
background-color: #E7208E;
}
.BgClassName
{
background-color: #E7208E;
}
</style>
border-color css
<style>
span { border-color: #E7208E; }
span { border-color: rgb(231,32,142); }
td.TdClassName
{
border-color: #E7208E;
}
.TagClassName
{
border-color: #E7208E;
}
</style>