Shades of Cerise #E32A72
Tints of Cerise #E32A72
RGB
CMYK
RGB Variations
Color information
#E32A72 (or 0xE32A72) is known color: Cerise. HEX triplet: E3, 2A and 72. RGB value is (227,42,114). Sum of RGB (Red+Green+Blue) = 227+42+114=383 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.27% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32A72 is #1CD58D. Grayscale: #696969. Windows color (decimal): -1889678 or 7482083. OLE color: 7482083.
HSL color Cylindrical-coordinate representation of color #E32A72: hue angle of 336.65º 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 #E32A72 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 114 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.11 |
| HSL | 336.65º | 0.77% | 0.53% | - |
| HSV(B) | 336.65º | 0.81% | 0.89% | - |
| XYZ | 35.54 | 19.2 | 17.75 | - |
| YUV | 105.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 114 | 0 | 0.81 | 0.50 | 0.11 | 336.65 | 0.77 | 0.53 |
| Hex | E3 | 2A | 72 | 0 | 51 | 32 | B | 151 | 4D | 35 |
| Octal | 343 | 52 | 162 | 0 | 121 | 62 | 13 | 521 | 115 | 65 |
| Binary | 11100011 | 101010 | 1110010 | 0 | 1010001 | 110010 | 1011 | 101010001 | 1001101 | 110101 |
Color Harmonies of #E32A72
Complementary color
Monochromatic Colors of #E32A72
Black with #E32A72
Text Example
Text Example
White with #E32A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A72; }
p { color: rgb(227,42,114); }
H1.HeaderClassName
{
color: #E32A72;
}
.AnyTagClassName
{
color: #E32A72;
}
</style>
background-color css
<style>
a { background-color: #E32A72; }
a { background-color: rgb(227,42,114); }
div.DivClassName
{
background-color: #E32A72;
}
.BgClassName
{
background-color: #E32A72;
}
</style>
border-color css
<style>
span { border-color: #E32A72; }
span { border-color: rgb(227,42,114); }
td.TdClassName
{
border-color: #E32A72;
}
.TagClassName
{
border-color: #E32A72;
}
</style>