Shades of Cerise #E0315C
Tints of Cerise #E0315C
RGB
CMYK
RGB Variations
Color information
#E0315C (or 0xE0315C) is known color: Cerise. HEX triplet: E0, 31 and 5C. RGB value is (224,49,92). Sum of RGB (Red+Green+Blue) = 224+49+92=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0315C is #1FCEA3. Grayscale: #6A6A6A. Windows color (decimal): -2084516 or 6042080. OLE color: 6042080.
HSL color Cylindrical-coordinate representation of color #E0315C: hue angle of 345.26º 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 #E0315C is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 92 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.12 |
| HSL | 345.26º | 0.74% | 0.54% | - |
| HSV(B) | 345.26º | 0.78% | 0.88% | - |
| XYZ | 33.77 | 18.82 | 11.98 | - |
| YUV | 106.23 | 119.98 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 92 | 0 | 0.78 | 0.59 | 0.12 | 345.26 | 0.74 | 0.54 |
| Hex | E0 | 31 | 5C | 0 | 4E | 3B | C | 159 | 4A | 36 |
| Octal | 340 | 61 | 134 | 0 | 116 | 73 | 14 | 531 | 112 | 66 |
| Binary | 11100000 | 110001 | 1011100 | 0 | 1001110 | 111011 | 1100 | 101011001 | 1001010 | 110110 |
Color Harmonies of #E0315C
Complementary color
Monochromatic Colors of #E0315C
Black with #E0315C
Text Example
Text Example
White with #E0315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0315C; }
p { color: rgb(224,49,92); }
H1.HeaderClassName
{
color: #E0315C;
}
.AnyTagClassName
{
color: #E0315C;
}
</style>
background-color css
<style>
a { background-color: #E0315C; }
a { background-color: rgb(224,49,92); }
div.DivClassName
{
background-color: #E0315C;
}
.BgClassName
{
background-color: #E0315C;
}
</style>
border-color css
<style>
span { border-color: #E0315C; }
span { border-color: rgb(224,49,92); }
td.TdClassName
{
border-color: #E0315C;
}
.TagClassName
{
border-color: #E0315C;
}
</style>