Shades of Cerise #E0316C
Tints of Cerise #E0316C
RGB
CMYK
RGB Variations
Color information
#E0316C (or 0xE0316C) is known color: Cerise. HEX triplet: E0, 31 and 6C. RGB value is (224,49,108). Sum of RGB (Red+Green+Blue) = 224+49+108=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0316C is #1FCE93. Grayscale: #6B6B6B. Windows color (decimal): -2084500 or 7090656. OLE color: 7090656.
HSL color Cylindrical-coordinate representation of color #E0316C: hue angle of 339.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0316C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 108 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.12 |
| HSL | 339.77º | 0.74% | 0.54% | - |
| HSV(B) | 339.77º | 0.78% | 0.88% | - |
| XYZ | 34.55 | 19.13 | 16.06 | - |
| YUV | 108.05 | 127.98 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 108 | 0 | 0.78 | 0.52 | 0.12 | 339.77 | 0.74 | 0.54 |
| Hex | E0 | 31 | 6C | 0 | 4E | 34 | C | 154 | 4A | 36 |
| Octal | 340 | 61 | 154 | 0 | 116 | 64 | 14 | 524 | 112 | 66 |
| Binary | 11100000 | 110001 | 1101100 | 0 | 1001110 | 110100 | 1100 | 101010100 | 1001010 | 110110 |
Color Harmonies of #E0316C
Complementary color
Monochromatic Colors of #E0316C
Black with #E0316C
Text Example
Text Example
White with #E0316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0316C; }
p { color: rgb(224,49,108); }
H1.HeaderClassName
{
color: #E0316C;
}
.AnyTagClassName
{
color: #E0316C;
}
</style>
background-color css
<style>
a { background-color: #E0316C; }
a { background-color: rgb(224,49,108); }
div.DivClassName
{
background-color: #E0316C;
}
.BgClassName
{
background-color: #E0316C;
}
</style>
border-color css
<style>
span { border-color: #E0316C; }
span { border-color: rgb(224,49,108); }
td.TdClassName
{
border-color: #E0316C;
}
.TagClassName
{
border-color: #E0316C;
}
</style>