Shades of Cerise #E0315B
Tints of Cerise #E0315B
RGB
CMYK
RGB Variations
Color information
#E0315B (or 0xE0315B) is known color: Cerise. HEX triplet: E0, 31 and 5B. RGB value is (224,49,91). Sum of RGB (Red+Green+Blue) = 224+49+91=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E0315B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0315B is #1FCEA4. Grayscale: #6A6A6A. Windows color (decimal): -2084517 or 5976544. OLE color: 5976544.
HSL color Cylindrical-coordinate representation of color #E0315B: hue angle of 345.6º 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 #E0315B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 91 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.12 |
| HSL | 345.6º | 0.74% | 0.54% | - |
| HSV(B) | 345.6º | 0.78% | 0.88% | - |
| XYZ | 33.73 | 18.8 | 11.75 | - |
| YUV | 106.11 | 119.48 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 91 | 0 | 0.78 | 0.59 | 0.12 | 345.6 | 0.74 | 0.54 |
| Hex | E0 | 31 | 5B | 0 | 4E | 3B | C | 15A | 4A | 36 |
| Octal | 340 | 61 | 133 | 0 | 116 | 73 | 14 | 532 | 112 | 66 |
| Binary | 11100000 | 110001 | 1011011 | 0 | 1001110 | 111011 | 1100 | 101011010 | 1001010 | 110110 |
Color Harmonies of #E0315B
Complementary color
Monochromatic Colors of #E0315B
Black with #E0315B
Text Example
Text Example
White with #E0315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0315B; }
p { color: rgb(224,49,91); }
H1.HeaderClassName
{
color: #E0315B;
}
.AnyTagClassName
{
color: #E0315B;
}
</style>
background-color css
<style>
a { background-color: #E0315B; }
a { background-color: rgb(224,49,91); }
div.DivClassName
{
background-color: #E0315B;
}
.BgClassName
{
background-color: #E0315B;
}
</style>
border-color css
<style>
span { border-color: #E0315B; }
span { border-color: rgb(224,49,91); }
td.TdClassName
{
border-color: #E0315B;
}
.TagClassName
{
border-color: #E0315B;
}
</style>