Shades of Cerise #E8315C
Tints of Cerise #E8315C
RGB
CMYK
RGB Variations
Color information
#E8315C (or 0xE8315C) is known color: Cerise. HEX triplet: E8, 31 and 5C. RGB value is (232,49,92). Sum of RGB (Red+Green+Blue) = 232+49+92=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8315C is #17CEA3. Grayscale: #6C6C6C. Windows color (decimal): -1560228 or 6042088. OLE color: 6042088.
HSL color Cylindrical-coordinate representation of color #E8315C: hue angle of 345.9º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8315C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 92 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.09 |
| HSL | 345.9º | 0.8% | 0.55% | - |
| HSV(B) | 345.9º | 0.79% | 0.91% | - |
| XYZ | 36.31 | 20.13 | 12.1 | - |
| YUV | 108.62 | 118.63 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 92 | 0 | 0.79 | 0.60 | 0.09 | 345.9 | 0.8 | 0.55 |
| Hex | E8 | 31 | 5C | 0 | 4F | 3C | 9 | 15A | 50 | 37 |
| Octal | 350 | 61 | 134 | 0 | 117 | 74 | 11 | 532 | 120 | 67 |
| Binary | 11101000 | 110001 | 1011100 | 0 | 1001111 | 111100 | 1001 | 101011010 | 1010000 | 110111 |
Color Harmonies of #E8315C
Complementary color
Monochromatic Colors of #E8315C
Black with #E8315C
Text Example
Text Example
White with #E8315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8315C; }
p { color: rgb(232,49,92); }
H1.HeaderClassName
{
color: #E8315C;
}
.AnyTagClassName
{
color: #E8315C;
}
</style>
background-color css
<style>
a { background-color: #E8315C; }
a { background-color: rgb(232,49,92); }
div.DivClassName
{
background-color: #E8315C;
}
.BgClassName
{
background-color: #E8315C;
}
</style>
border-color css
<style>
span { border-color: #E8315C; }
span { border-color: rgb(232,49,92); }
td.TdClassName
{
border-color: #E8315C;
}
.TagClassName
{
border-color: #E8315C;
}
</style>