Shades of Cerise #E8325C
Tints of Cerise #E8325C
RGB
CMYK
RGB Variations
Color information
#E8325C (or 0xE8325C) is known color: Cerise. HEX triplet: E8, 32 and 5C. RGB value is (232,50,92). Sum of RGB (Red+Green+Blue) = 232+50+92=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E8325C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8325C is #17CDA3. Grayscale: #6D6D6D. Windows color (decimal): -1559972 or 6042344. OLE color: 6042344.
HSL color Cylindrical-coordinate representation of color #E8325C: hue angle of 346.15º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8325C is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 92 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.09 |
| HSL | 346.15º | 0.8% | 0.55% | - |
| HSV(B) | 346.15º | 0.78% | 0.91% | - |
| XYZ | 36.35 | 20.21 | 12.11 | - |
| YUV | 109.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 92 | 0 | 0.78 | 0.60 | 0.09 | 346.15 | 0.8 | 0.55 |
| Hex | E8 | 32 | 5C | 0 | 4E | 3C | 9 | 15A | 50 | 37 |
| Octal | 350 | 62 | 134 | 0 | 116 | 74 | 11 | 532 | 120 | 67 |
| Binary | 11101000 | 110010 | 1011100 | 0 | 1001110 | 111100 | 1001 | 101011010 | 1010000 | 110111 |
Color Harmonies of #E8325C
Complementary color
Monochromatic Colors of #E8325C
Black with #E8325C
Text Example
Text Example
White with #E8325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8325C; }
p { color: rgb(232,50,92); }
H1.HeaderClassName
{
color: #E8325C;
}
.AnyTagClassName
{
color: #E8325C;
}
</style>
background-color css
<style>
a { background-color: #E8325C; }
a { background-color: rgb(232,50,92); }
div.DivClassName
{
background-color: #E8325C;
}
.BgClassName
{
background-color: #E8325C;
}
</style>
border-color css
<style>
span { border-color: #E8325C; }
span { border-color: rgb(232,50,92); }
td.TdClassName
{
border-color: #E8325C;
}
.TagClassName
{
border-color: #E8325C;
}
</style>