Shades of Cerise #E0315D
Tints of Cerise #E0315D
RGB
CMYK
RGB Variations
Color information
#E0315D (or 0xE0315D) is known color: Cerise. HEX triplet: E0, 31 and 5D. RGB value is (224,49,93). Sum of RGB (Red+Green+Blue) = 224+49+93=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0315D is #1FCEA2. Grayscale: #6A6A6A. Windows color (decimal): -2084515 or 6107616. OLE color: 6107616.
HSL color Cylindrical-coordinate representation of color #E0315D: hue angle of 344.91º 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 #E0315D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 93 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.12 |
| HSL | 344.91º | 0.74% | 0.54% | - |
| HSV(B) | 344.91º | 0.78% | 0.88% | - |
| XYZ | 33.81 | 18.83 | 12.21 | - |
| YUV | 106.34 | 120.48 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 93 | 0 | 0.78 | 0.58 | 0.12 | 344.91 | 0.74 | 0.54 |
| Hex | E0 | 31 | 5D | 0 | 4E | 3A | C | 159 | 4A | 36 |
| Octal | 340 | 61 | 135 | 0 | 116 | 72 | 14 | 531 | 112 | 66 |
| Binary | 11100000 | 110001 | 1011101 | 0 | 1001110 | 111010 | 1100 | 101011001 | 1001010 | 110110 |
Color Harmonies of #E0315D
Complementary color
Monochromatic Colors of #E0315D
Black with #E0315D
Text Example
Text Example
White with #E0315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0315D; }
p { color: rgb(224,49,93); }
H1.HeaderClassName
{
color: #E0315D;
}
.AnyTagClassName
{
color: #E0315D;
}
</style>
background-color css
<style>
a { background-color: #E0315D; }
a { background-color: rgb(224,49,93); }
div.DivClassName
{
background-color: #E0315D;
}
.BgClassName
{
background-color: #E0315D;
}
</style>
border-color css
<style>
span { border-color: #E0315D; }
span { border-color: rgb(224,49,93); }
td.TdClassName
{
border-color: #E0315D;
}
.TagClassName
{
border-color: #E0315D;
}
</style>