Shades of Alizarin #E82E32
Tints of Alizarin #E82E32
RGB
CMYK
RGB Variations
Color information
#E82E32 (or 0xE82E32) is known color: Alizarin. HEX triplet: E8, 2E and 32. RGB value is (232,46,50). Sum of RGB (Red+Green+Blue) = 232+46+50=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82E32 is #17D1CD. Grayscale: #666666. Windows color (decimal): -1561038 or 3288808. OLE color: 3288808.
HSL color Cylindrical-coordinate representation of color #E82E32: hue angle of 358.71º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82E32 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 50 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.09 |
| HSL | 358.71º | 0.8% | 0.55% | - |
| HSV(B) | 358.71º | 0.8% | 0.91% | - |
| XYZ | 34.83 | 19.34 | 4.91 | - |
| YUV | 102.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 50 | 0 | 0.80 | 0.78 | 0.09 | 358.71 | 0.8 | 0.55 |
| Hex | E8 | 2E | 32 | 0 | 50 | 4E | 9 | 167 | 50 | 37 |
| Octal | 350 | 56 | 62 | 0 | 120 | 116 | 11 | 547 | 120 | 67 |
| Binary | 11101000 | 101110 | 110010 | 0 | 1010000 | 1001110 | 1001 | 101100111 | 1010000 | 110111 |
Color Harmonies of #E82E32
Complementary color
Monochromatic Colors of #E82E32
Black with #E82E32
Text Example
Text Example
White with #E82E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E32; }
p { color: rgb(232,46,50); }
H1.HeaderClassName
{
color: #E82E32;
}
.AnyTagClassName
{
color: #E82E32;
}
</style>
background-color css
<style>
a { background-color: #E82E32; }
a { background-color: rgb(232,46,50); }
div.DivClassName
{
background-color: #E82E32;
}
.BgClassName
{
background-color: #E82E32;
}
</style>
border-color css
<style>
span { border-color: #E82E32; }
span { border-color: rgb(232,46,50); }
td.TdClassName
{
border-color: #E82E32;
}
.TagClassName
{
border-color: #E82E32;
}
</style>