Shades of Alizarin #E92742
Tints of Alizarin #E92742
RGB
CMYK
RGB Variations
Color information
#E92742 (or 0xE92742) is known color: Alizarin. HEX triplet: E9, 27 and 42. RGB value is (233,39,66). Sum of RGB (Red+Green+Blue) = 233+39+66=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E92742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92742 is #16D8BD. Grayscale: #646464. Windows color (decimal): -1497278 or 4335593. OLE color: 4335593.
HSL color Cylindrical-coordinate representation of color #E92742: hue angle of 351.65º degrees, saturation: 0.82, 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 #E92742 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 66 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.09 |
| HSL | 351.65º | 0.82% | 0.53% | - |
| HSV(B) | 351.65º | 0.83% | 0.91% | - |
| XYZ | 35.31 | 19.17 | 6.99 | - |
| YUV | 100.08 | 108.77 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 66 | 0 | 0.83 | 0.72 | 0.09 | 351.65 | 0.82 | 0.53 |
| Hex | E9 | 27 | 42 | 0 | 53 | 48 | 9 | 160 | 52 | 35 |
| Octal | 351 | 47 | 102 | 0 | 123 | 110 | 11 | 540 | 122 | 65 |
| Binary | 11101001 | 100111 | 1000010 | 0 | 1010011 | 1001000 | 1001 | 101100000 | 1010010 | 110101 |
Color Harmonies of #E92742
Complementary color
Monochromatic Colors of #E92742
Black with #E92742
Text Example
Text Example
White with #E92742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92742; }
p { color: rgb(233,39,66); }
H1.HeaderClassName
{
color: #E92742;
}
.AnyTagClassName
{
color: #E92742;
}
</style>
background-color css
<style>
a { background-color: #E92742; }
a { background-color: rgb(233,39,66); }
div.DivClassName
{
background-color: #E92742;
}
.BgClassName
{
background-color: #E92742;
}
</style>
border-color css
<style>
span { border-color: #E92742; }
span { border-color: rgb(233,39,66); }
td.TdClassName
{
border-color: #E92742;
}
.TagClassName
{
border-color: #E92742;
}
</style>