Shades of Cerise #E32A70
Tints of Cerise #E32A70
RGB
CMYK
RGB Variations
Color information
#E32A70 (or 0xE32A70) is known color: Cerise. HEX triplet: E3, 2A and 70. RGB value is (227,42,112). Sum of RGB (Red+Green+Blue) = 227+42+112=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32A70 is #1CD58F. Grayscale: #696969. Windows color (decimal): -1889680 or 7351011. OLE color: 7351011.
HSL color Cylindrical-coordinate representation of color #E32A70: hue angle of 337.3º 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 #E32A70 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 112 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.11 |
| HSL | 337.3º | 0.77% | 0.53% | - |
| HSV(B) | 337.3º | 0.81% | 0.89% | - |
| XYZ | 35.43 | 19.16 | 17.16 | - |
| YUV | 105.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 112 | 0 | 0.81 | 0.51 | 0.11 | 337.3 | 0.77 | 0.53 |
| Hex | E3 | 2A | 70 | 0 | 51 | 33 | B | 151 | 4D | 35 |
| Octal | 343 | 52 | 160 | 0 | 121 | 63 | 13 | 521 | 115 | 65 |
| Binary | 11100011 | 101010 | 1110000 | 0 | 1010001 | 110011 | 1011 | 101010001 | 1001101 | 110101 |
Color Harmonies of #E32A70
Complementary color
Monochromatic Colors of #E32A70
Black with #E32A70
Text Example
Text Example
White with #E32A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A70; }
p { color: rgb(227,42,112); }
H1.HeaderClassName
{
color: #E32A70;
}
.AnyTagClassName
{
color: #E32A70;
}
</style>
background-color css
<style>
a { background-color: #E32A70; }
a { background-color: rgb(227,42,112); }
div.DivClassName
{
background-color: #E32A70;
}
.BgClassName
{
background-color: #E32A70;
}
</style>
border-color css
<style>
span { border-color: #E32A70; }
span { border-color: rgb(227,42,112); }
td.TdClassName
{
border-color: #E32A70;
}
.TagClassName
{
border-color: #E32A70;
}
</style>