Shades of Cerise #E32C72
Tints of Cerise #E32C72
RGB
CMYK
RGB Variations
Color information
#E32C72 (or 0xE32C72) is known color: Cerise. HEX triplet: E3, 2C and 72. RGB value is (227,44,114). Sum of RGB (Red+Green+Blue) = 227+44+114=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32C72 is #1CD38D. Grayscale: #6A6A6A. Windows color (decimal): -1889166 or 7482595. OLE color: 7482595.
HSL color Cylindrical-coordinate representation of color #E32C72: hue angle of 337.05º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32C72 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 114 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.11 |
| HSL | 337.05º | 0.77% | 0.53% | - |
| HSV(B) | 337.05º | 0.81% | 0.89% | - |
| XYZ | 35.62 | 19.35 | 17.78 | - |
| YUV | 106.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 114 | 0 | 0.81 | 0.50 | 0.11 | 337.05 | 0.77 | 0.53 |
| Hex | E3 | 2C | 72 | 0 | 51 | 32 | B | 151 | 4D | 35 |
| Octal | 343 | 54 | 162 | 0 | 121 | 62 | 13 | 521 | 115 | 65 |
| Binary | 11100011 | 101100 | 1110010 | 0 | 1010001 | 110010 | 1011 | 101010001 | 1001101 | 110101 |
Color Harmonies of #E32C72
Complementary color
Monochromatic Colors of #E32C72
Black with #E32C72
Text Example
Text Example
White with #E32C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32C72; }
p { color: rgb(227,44,114); }
H1.HeaderClassName
{
color: #E32C72;
}
.AnyTagClassName
{
color: #E32C72;
}
</style>
background-color css
<style>
a { background-color: #E32C72; }
a { background-color: rgb(227,44,114); }
div.DivClassName
{
background-color: #E32C72;
}
.BgClassName
{
background-color: #E32C72;
}
</style>
border-color css
<style>
span { border-color: #E32C72; }
span { border-color: rgb(227,44,114); }
td.TdClassName
{
border-color: #E32C72;
}
.TagClassName
{
border-color: #E32C72;
}
</style>