Shades of Deep Cerise #E8318E
Tints of Deep Cerise #E8318E
RGB
CMYK
RGB Variations
Color information
#E8318E (or 0xE8318E) is known color: Deep Cerise. HEX triplet: E8, 31 and 8E. RGB value is (232,49,142). Sum of RGB (Red+Green+Blue) = 232+49+142=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8318E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8318E is #17CE71. Grayscale: #727272. Windows color (decimal): -1560178 or 9318888. OLE color: 9318888.
HSL color Cylindrical-coordinate representation of color #E8318E: hue angle of 329.51º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8318E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 142 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.09 |
| HSL | 329.51º | 0.8% | 0.55% | - |
| HSV(B) | 329.51º | 0.79% | 0.91% | - |
| XYZ | 39.26 | 21.31 | 27.63 | - |
| YUV | 114.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 142 | 0 | 0.79 | 0.39 | 0.09 | 329.51 | 0.8 | 0.55 |
| Hex | E8 | 31 | 8E | 0 | 4F | 27 | 9 | 14A | 50 | 37 |
| Octal | 350 | 61 | 216 | 0 | 117 | 47 | 11 | 512 | 120 | 67 |
| Binary | 11101000 | 110001 | 10001110 | 0 | 1001111 | 100111 | 1001 | 101001010 | 1010000 | 110111 |
Color Harmonies of #E8318E
Complementary color
Monochromatic Colors of #E8318E
Black with #E8318E
Text Example
Text Example
White with #E8318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8318E; }
p { color: rgb(232,49,142); }
H1.HeaderClassName
{
color: #E8318E;
}
.AnyTagClassName
{
color: #E8318E;
}
</style>
background-color css
<style>
a { background-color: #E8318E; }
a { background-color: rgb(232,49,142); }
div.DivClassName
{
background-color: #E8318E;
}
.BgClassName
{
background-color: #E8318E;
}
</style>
border-color css
<style>
span { border-color: #E8318E; }
span { border-color: rgb(232,49,142); }
td.TdClassName
{
border-color: #E8318E;
}
.TagClassName
{
border-color: #E8318E;
}
</style>