Shades of Deep Cerise #E8318B
Tints of Deep Cerise #E8318B
RGB
CMYK
RGB Variations
Color information
#E8318B (or 0xE8318B) is known color: Deep Cerise. HEX triplet: E8, 31 and 8B. RGB value is (232,49,139). Sum of RGB (Red+Green+Blue) = 232+49+139=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8318B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8318B is #17CE74. Grayscale: #717171. Windows color (decimal): -1560181 or 9122280. OLE color: 9122280.
HSL color Cylindrical-coordinate representation of color #E8318B: hue angle of 330.49º 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 #E8318B is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 139 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.09 |
| HSL | 330.49º | 0.8% | 0.55% | - |
| HSV(B) | 330.49º | 0.79% | 0.91% | - |
| XYZ | 39.04 | 21.22 | 26.46 | - |
| YUV | 113.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 139 | 0 | 0.79 | 0.40 | 0.09 | 330.49 | 0.8 | 0.55 |
| Hex | E8 | 31 | 8B | 0 | 4F | 28 | 9 | 14A | 50 | 37 |
| Octal | 350 | 61 | 213 | 0 | 117 | 50 | 11 | 512 | 120 | 67 |
| Binary | 11101000 | 110001 | 10001011 | 0 | 1001111 | 101000 | 1001 | 101001010 | 1010000 | 110111 |
Color Harmonies of #E8318B
Complementary color
Monochromatic Colors of #E8318B
Black with #E8318B
Text Example
Text Example
White with #E8318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8318B; }
p { color: rgb(232,49,139); }
H1.HeaderClassName
{
color: #E8318B;
}
.AnyTagClassName
{
color: #E8318B;
}
</style>
background-color css
<style>
a { background-color: #E8318B; }
a { background-color: rgb(232,49,139); }
div.DivClassName
{
background-color: #E8318B;
}
.BgClassName
{
background-color: #E8318B;
}
</style>
border-color css
<style>
span { border-color: #E8318B; }
span { border-color: rgb(232,49,139); }
td.TdClassName
{
border-color: #E8318B;
}
.TagClassName
{
border-color: #E8318B;
}
</style>