Shades of Deep Cerise #E8317F
Tints of Deep Cerise #E8317F
RGB
CMYK
RGB Variations
Color information
#E8317F (or 0xE8317F) is known color: Deep Cerise. HEX triplet: E8, 31 and 7F. RGB value is (232,49,127). Sum of RGB (Red+Green+Blue) = 232+49+127=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E8317F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8317F is #17CE80. Grayscale: #707070. Windows color (decimal): -1560193 or 8335848. OLE color: 8335848.
HSL color Cylindrical-coordinate representation of color #E8317F: hue angle of 334.43º 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 #E8317F is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 127 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.09 |
| HSL | 334.43º | 0.8% | 0.55% | - |
| HSV(B) | 334.43º | 0.79% | 0.91% | - |
| XYZ | 38.21 | 20.88 | 22.1 | - |
| YUV | 112.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 127 | 0 | 0.79 | 0.45 | 0.09 | 334.43 | 0.8 | 0.55 |
| Hex | E8 | 31 | 7F | 0 | 4F | 2D | 9 | 14E | 50 | 37 |
| Octal | 350 | 61 | 177 | 0 | 117 | 55 | 11 | 516 | 120 | 67 |
| Binary | 11101000 | 110001 | 1111111 | 0 | 1001111 | 101101 | 1001 | 101001110 | 1010000 | 110111 |
Color Harmonies of #E8317F
Complementary color
Monochromatic Colors of #E8317F
Black with #E8317F
Text Example
Text Example
White with #E8317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8317F; }
p { color: rgb(232,49,127); }
H1.HeaderClassName
{
color: #E8317F;
}
.AnyTagClassName
{
color: #E8317F;
}
</style>
background-color css
<style>
a { background-color: #E8317F; }
a { background-color: rgb(232,49,127); }
div.DivClassName
{
background-color: #E8317F;
}
.BgClassName
{
background-color: #E8317F;
}
</style>
border-color css
<style>
span { border-color: #E8317F; }
span { border-color: rgb(232,49,127); }
td.TdClassName
{
border-color: #E8317F;
}
.TagClassName
{
border-color: #E8317F;
}
</style>