Shades of Cerise #E8355C
Tints of Cerise #E8355C
RGB
CMYK
RGB Variations
Color information
#E8355C (or 0xE8355C) is known color: Cerise. HEX triplet: E8, 35 and 5C. RGB value is (232,53,92). Sum of RGB (Red+Green+Blue) = 232+53+92=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8355C is #17CAA3. Grayscale: #6E6E6E. Windows color (decimal): -1559204 or 6043112. OLE color: 6043112.
HSL color Cylindrical-coordinate representation of color #E8355C: hue angle of 346.93º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E8355C is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 92 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.09 |
| HSL | 346.93º | 0.8% | 0.56% | - |
| HSV(B) | 346.93º | 0.77% | 0.91% | - |
| XYZ | 36.48 | 20.47 | 12.15 | - |
| YUV | 110.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 92 | 0 | 0.77 | 0.60 | 0.09 | 346.93 | 0.8 | 0.56 |
| Hex | E8 | 35 | 5C | 0 | 4D | 3C | 9 | 15B | 50 | 38 |
| Octal | 350 | 65 | 134 | 0 | 115 | 74 | 11 | 533 | 120 | 70 |
| Binary | 11101000 | 110101 | 1011100 | 0 | 1001101 | 111100 | 1001 | 101011011 | 1010000 | 111000 |
Color Harmonies of #E8355C
Complementary color
Monochromatic Colors of #E8355C
Black with #E8355C
Text Example
Text Example
White with #E8355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8355C; }
p { color: rgb(232,53,92); }
H1.HeaderClassName
{
color: #E8355C;
}
.AnyTagClassName
{
color: #E8355C;
}
</style>
background-color css
<style>
a { background-color: #E8355C; }
a { background-color: rgb(232,53,92); }
div.DivClassName
{
background-color: #E8355C;
}
.BgClassName
{
background-color: #E8355C;
}
</style>
border-color css
<style>
span { border-color: #E8355C; }
span { border-color: rgb(232,53,92); }
td.TdClassName
{
border-color: #E8355C;
}
.TagClassName
{
border-color: #E8355C;
}
</style>