Shades of Alizarin #E93342
Tints of Alizarin #E93342
RGB
CMYK
RGB Variations
Color information
#E93342 (or 0xE93342) is known color: Alizarin. HEX triplet: E9, 33 and 42. RGB value is (233,51,66). Sum of RGB (Red+Green+Blue) = 233+51+66=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E93342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93342 is #16CCBD. Grayscale: #6B6B6B. Windows color (decimal): -1494206 or 4338665. OLE color: 4338665.
HSL color Cylindrical-coordinate representation of color #E93342: hue angle of 355.05º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E93342 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 51 | 66 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.09 |
| HSL | 355.05º | 0.81% | 0.56% | - |
| HSV(B) | 355.05º | 0.78% | 0.91% | - |
| XYZ | 35.77 | 20.08 | 7.15 | - |
| YUV | 107.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 51 | 66 | 0 | 0.78 | 0.72 | 0.09 | 355.05 | 0.81 | 0.56 |
| Hex | E9 | 33 | 42 | 0 | 4E | 48 | 9 | 163 | 51 | 38 |
| Octal | 351 | 63 | 102 | 0 | 116 | 110 | 11 | 543 | 121 | 70 |
| Binary | 11101001 | 110011 | 1000010 | 0 | 1001110 | 1001000 | 1001 | 101100011 | 1010001 | 111000 |
Color Harmonies of #E93342
Complementary color
Monochromatic Colors of #E93342
Black with #E93342
Text Example
Text Example
White with #E93342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93342; }
p { color: rgb(233,51,66); }
H1.HeaderClassName
{
color: #E93342;
}
.AnyTagClassName
{
color: #E93342;
}
</style>
background-color css
<style>
a { background-color: #E93342; }
a { background-color: rgb(233,51,66); }
div.DivClassName
{
background-color: #E93342;
}
.BgClassName
{
background-color: #E93342;
}
</style>
border-color css
<style>
span { border-color: #E93342; }
span { border-color: rgb(233,51,66); }
td.TdClassName
{
border-color: #E93342;
}
.TagClassName
{
border-color: #E93342;
}
</style>