Shades of Alizarin #E82742
Tints of Alizarin #E82742
RGB
CMYK
RGB Variations
Color information
#E82742 (or 0xE82742) is known color: Alizarin. HEX triplet: E8, 27 and 42. RGB value is (232,39,66). Sum of RGB (Red+Green+Blue) = 232+39+66=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E82742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82742 is #17D8BD. Grayscale: #636363. Windows color (decimal): -1562814 or 4335592. OLE color: 4335592.
HSL color Cylindrical-coordinate representation of color #E82742: hue angle of 351.61º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E82742 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 66 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.09 |
| HSL | 351.61º | 0.81% | 0.53% | - |
| HSV(B) | 351.61º | 0.83% | 0.91% | - |
| XYZ | 34.99 | 19 | 6.98 | - |
| YUV | 99.79 | 108.94 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 66 | 0 | 0.83 | 0.72 | 0.09 | 351.61 | 0.81 | 0.53 |
| Hex | E8 | 27 | 42 | 0 | 53 | 48 | 9 | 160 | 51 | 35 |
| Octal | 350 | 47 | 102 | 0 | 123 | 110 | 11 | 540 | 121 | 65 |
| Binary | 11101000 | 100111 | 1000010 | 0 | 1010011 | 1001000 | 1001 | 101100000 | 1010001 | 110101 |
Color Harmonies of #E82742
Complementary color
Monochromatic Colors of #E82742
Black with #E82742
Text Example
Text Example
White with #E82742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82742; }
p { color: rgb(232,39,66); }
H1.HeaderClassName
{
color: #E82742;
}
.AnyTagClassName
{
color: #E82742;
}
</style>
background-color css
<style>
a { background-color: #E82742; }
a { background-color: rgb(232,39,66); }
div.DivClassName
{
background-color: #E82742;
}
.BgClassName
{
background-color: #E82742;
}
</style>
border-color css
<style>
span { border-color: #E82742; }
span { border-color: rgb(232,39,66); }
td.TdClassName
{
border-color: #E82742;
}
.TagClassName
{
border-color: #E82742;
}
</style>