Shades of Alizarin #E82242
Tints of Alizarin #E82242
RGB
CMYK
RGB Variations
Color information
#E82242 (or 0xE82242) is known color: Alizarin. HEX triplet: E8, 22 and 42. RGB value is (232,34,66). Sum of RGB (Red+Green+Blue) = 232+34+66=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E82242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82242 is #17DDBD. Grayscale: #606060. Windows color (decimal): -1564094 or 4334312. OLE color: 4334312.
HSL color Cylindrical-coordinate representation of color #E82242: hue angle of 350.3º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E82242 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 66 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.09 |
| HSL | 350.3º | 0.81% | 0.52% | - |
| HSV(B) | 350.3º | 0.85% | 0.91% | - |
| XYZ | 34.83 | 18.69 | 6.93 | - |
| YUV | 96.85 | 110.6 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 66 | 0 | 0.85 | 0.72 | 0.09 | 350.3 | 0.81 | 0.52 |
| Hex | E8 | 22 | 42 | 0 | 55 | 48 | 9 | 15E | 51 | 34 |
| Octal | 350 | 42 | 102 | 0 | 125 | 110 | 11 | 536 | 121 | 64 |
| Binary | 11101000 | 100010 | 1000010 | 0 | 1010101 | 1001000 | 1001 | 101011110 | 1010001 | 110100 |
Color Harmonies of #E82242
Complementary color
Monochromatic Colors of #E82242
Black with #E82242
Text Example
Text Example
White with #E82242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82242; }
p { color: rgb(232,34,66); }
H1.HeaderClassName
{
color: #E82242;
}
.AnyTagClassName
{
color: #E82242;
}
</style>
background-color css
<style>
a { background-color: #E82242; }
a { background-color: rgb(232,34,66); }
div.DivClassName
{
background-color: #E82242;
}
.BgClassName
{
background-color: #E82242;
}
</style>
border-color css
<style>
span { border-color: #E82242; }
span { border-color: rgb(232,34,66); }
td.TdClassName
{
border-color: #E82242;
}
.TagClassName
{
border-color: #E82242;
}
</style>