Shades of Cerise #E0316A
Tints of Cerise #E0316A
RGB
CMYK
RGB Variations
Color information
#E0316A (or 0xE0316A) is known color: Cerise. HEX triplet: E0, 31 and 6A. RGB value is (224,49,106). Sum of RGB (Red+Green+Blue) = 224+49+106=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E0316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0316A is #1FCE95. Grayscale: #6B6B6B. Windows color (decimal): -2084502 or 6959584. OLE color: 6959584.
HSL color Cylindrical-coordinate representation of color #E0316A: hue angle of 340.46º 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 #E0316A is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 106 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.12 |
| HSL | 340.46º | 0.74% | 0.54% | - |
| HSV(B) | 340.46º | 0.78% | 0.88% | - |
| XYZ | 34.44 | 19.08 | 15.5 | - |
| YUV | 107.82 | 126.98 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 106 | 0 | 0.78 | 0.53 | 0.12 | 340.46 | 0.74 | 0.54 |
| Hex | E0 | 31 | 6A | 0 | 4E | 35 | C | 154 | 4A | 36 |
| Octal | 340 | 61 | 152 | 0 | 116 | 65 | 14 | 524 | 112 | 66 |
| Binary | 11100000 | 110001 | 1101010 | 0 | 1001110 | 110101 | 1100 | 101010100 | 1001010 | 110110 |
Color Harmonies of #E0316A
Complementary color
Monochromatic Colors of #E0316A
Black with #E0316A
Text Example
Text Example
White with #E0316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0316A; }
p { color: rgb(224,49,106); }
H1.HeaderClassName
{
color: #E0316A;
}
.AnyTagClassName
{
color: #E0316A;
}
</style>
background-color css
<style>
a { background-color: #E0316A; }
a { background-color: rgb(224,49,106); }
div.DivClassName
{
background-color: #E0316A;
}
.BgClassName
{
background-color: #E0316A;
}
</style>
border-color css
<style>
span { border-color: #E0316A; }
span { border-color: rgb(224,49,106); }
td.TdClassName
{
border-color: #E0316A;
}
.TagClassName
{
border-color: #E0316A;
}
</style>