Shades of Cerise #E32F60
Tints of Cerise #E32F60
RGB
CMYK
RGB Variations
Color information
#E32F60 (or 0xE32F60) is known color: Cerise. HEX triplet: E3, 2F and 60. RGB value is (227,47,96). Sum of RGB (Red+Green+Blue) = 227+47+96=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E32F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32F60 is #1CD09F. Grayscale: #6A6A6A. Windows color (decimal): -1888416 or 6303715. OLE color: 6303715.
HSL color Cylindrical-coordinate representation of color #E32F60: hue angle of 343.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E32F60 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 47 | 96 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.11 |
| HSL | 343.67º | 0.76% | 0.54% | - |
| HSV(B) | 343.67º | 0.79% | 0.89% | - |
| XYZ | 34.81 | 19.21 | 12.94 | - |
| YUV | 106.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 47 | 96 | 0 | 0.79 | 0.58 | 0.11 | 343.67 | 0.76 | 0.54 |
| Hex | E3 | 2F | 60 | 0 | 4F | 3A | B | 158 | 4C | 36 |
| Octal | 343 | 57 | 140 | 0 | 117 | 72 | 13 | 530 | 114 | 66 |
| Binary | 11100011 | 101111 | 1100000 | 0 | 1001111 | 111010 | 1011 | 101011000 | 1001100 | 110110 |
Color Harmonies of #E32F60
Complementary color
Monochromatic Colors of #E32F60
Black with #E32F60
Text Example
Text Example
White with #E32F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32F60; }
p { color: rgb(227,47,96); }
H1.HeaderClassName
{
color: #E32F60;
}
.AnyTagClassName
{
color: #E32F60;
}
</style>
background-color css
<style>
a { background-color: #E32F60; }
a { background-color: rgb(227,47,96); }
div.DivClassName
{
background-color: #E32F60;
}
.BgClassName
{
background-color: #E32F60;
}
</style>
border-color css
<style>
span { border-color: #E32F60; }
span { border-color: rgb(227,47,96); }
td.TdClassName
{
border-color: #E32F60;
}
.TagClassName
{
border-color: #E32F60;
}
</style>