Shades of Cerise #E32270
Tints of Cerise #E32270
RGB
CMYK
RGB Variations
Color information
#E32270 (or 0xE32270) is known color: Cerise. HEX triplet: E3, 22 and 70. RGB value is (227,34,112). Sum of RGB (Red+Green+Blue) = 227+34+112=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E32270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32270 is #1CDD8F. Grayscale: #646464. Windows color (decimal): -1891728 or 7348963. OLE color: 7348963.
HSL color Cylindrical-coordinate representation of color #E32270: hue angle of 335.75º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32270 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 34 | 112 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.11 |
| HSL | 335.75º | 0.78% | 0.51% | - |
| HSV(B) | 335.75º | 0.85% | 0.89% | - |
| XYZ | 35.18 | 18.64 | 17.07 | - |
| YUV | 100.6 | 134.44 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 34 | 112 | 0 | 0.85 | 0.51 | 0.11 | 335.75 | 0.78 | 0.51 |
| Hex | E3 | 22 | 70 | 0 | 55 | 33 | B | 150 | 4E | 33 |
| Octal | 343 | 42 | 160 | 0 | 125 | 63 | 13 | 520 | 116 | 63 |
| Binary | 11100011 | 100010 | 1110000 | 0 | 1010101 | 110011 | 1011 | 101010000 | 1001110 | 110011 |
Color Harmonies of #E32270
Complementary color
Monochromatic Colors of #E32270
Black with #E32270
Text Example
Text Example
White with #E32270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32270; }
p { color: rgb(227,34,112); }
H1.HeaderClassName
{
color: #E32270;
}
.AnyTagClassName
{
color: #E32270;
}
</style>
background-color css
<style>
a { background-color: #E32270; }
a { background-color: rgb(227,34,112); }
div.DivClassName
{
background-color: #E32270;
}
.BgClassName
{
background-color: #E32270;
}
</style>
border-color css
<style>
span { border-color: #E32270; }
span { border-color: rgb(227,34,112); }
td.TdClassName
{
border-color: #E32270;
}
.TagClassName
{
border-color: #E32270;
}
</style>