Shades of Alizarin #E82040
Tints of Alizarin #E82040
RGB
CMYK
RGB Variations
Color information
#E82040 (or 0xE82040) is known color: Alizarin. HEX triplet: E8, 20 and 40. RGB value is (232,32,64). Sum of RGB (Red+Green+Blue) = 232+32+64=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E82040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82040 is #17DFBF. Grayscale: #5F5F5F. Windows color (decimal): -1564608 or 4202728. OLE color: 4202728.
HSL color Cylindrical-coordinate representation of color #E82040: hue angle of 350.4º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82040 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 64 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.09 |
| HSL | 350.4º | 0.81% | 0.52% | - |
| HSV(B) | 350.4º | 0.86% | 0.91% | - |
| XYZ | 34.72 | 18.56 | 6.6 | - |
| YUV | 95.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 64 | 0 | 0.86 | 0.72 | 0.09 | 350.4 | 0.81 | 0.52 |
| Hex | E8 | 20 | 40 | 0 | 56 | 48 | 9 | 15E | 51 | 34 |
| Octal | 350 | 40 | 100 | 0 | 126 | 110 | 11 | 536 | 121 | 64 |
| Binary | 11101000 | 100000 | 1000000 | 0 | 1010110 | 1001000 | 1001 | 101011110 | 1010001 | 110100 |
Color Harmonies of #E82040
Complementary color
Monochromatic Colors of #E82040
Black with #E82040
Text Example
Text Example
White with #E82040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82040; }
p { color: rgb(232,32,64); }
H1.HeaderClassName
{
color: #E82040;
}
.AnyTagClassName
{
color: #E82040;
}
</style>
background-color css
<style>
a { background-color: #E82040; }
a { background-color: rgb(232,32,64); }
div.DivClassName
{
background-color: #E82040;
}
.BgClassName
{
background-color: #E82040;
}
</style>
border-color css
<style>
span { border-color: #E82040; }
span { border-color: rgb(232,32,64); }
td.TdClassName
{
border-color: #E82040;
}
.TagClassName
{
border-color: #E82040;
}
</style>