Shades of Cerise #E32D60
Tints of Cerise #E32D60
RGB
CMYK
RGB Variations
Color information
#E32D60 (or 0xE32D60) is known color: Cerise. HEX triplet: E3, 2D and 60. RGB value is (227,45,96). Sum of RGB (Red+Green+Blue) = 227+45+96=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E32D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32D60 is #1CD29F. Grayscale: #696969. Windows color (decimal): -1888928 or 6303203. OLE color: 6303203.
HSL color Cylindrical-coordinate representation of color #E32D60: hue angle of 343.19º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32D60 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 96 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.11 |
| HSL | 343.19º | 0.76% | 0.53% | - |
| HSV(B) | 343.19º | 0.8% | 0.89% | - |
| XYZ | 34.73 | 19.05 | 12.91 | - |
| YUV | 105.23 | 122.8 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 96 | 0 | 0.80 | 0.58 | 0.11 | 343.19 | 0.76 | 0.53 |
| Hex | E3 | 2D | 60 | 0 | 50 | 3A | B | 157 | 4C | 35 |
| Octal | 343 | 55 | 140 | 0 | 120 | 72 | 13 | 527 | 114 | 65 |
| Binary | 11100011 | 101101 | 1100000 | 0 | 1010000 | 111010 | 1011 | 101010111 | 1001100 | 110101 |
Color Harmonies of #E32D60
Complementary color
Monochromatic Colors of #E32D60
Black with #E32D60
Text Example
Text Example
White with #E32D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32D60; }
p { color: rgb(227,45,96); }
H1.HeaderClassName
{
color: #E32D60;
}
.AnyTagClassName
{
color: #E32D60;
}
</style>
background-color css
<style>
a { background-color: #E32D60; }
a { background-color: rgb(227,45,96); }
div.DivClassName
{
background-color: #E32D60;
}
.BgClassName
{
background-color: #E32D60;
}
</style>
border-color css
<style>
span { border-color: #E32D60; }
span { border-color: rgb(227,45,96); }
td.TdClassName
{
border-color: #E32D60;
}
.TagClassName
{
border-color: #E32D60;
}
</style>