Shades of Alizarin #E9213E
Tints of Alizarin #E9213E
RGB
CMYK
RGB Variations
Color information
#E9213E (or 0xE9213E) is known color: Alizarin. HEX triplet: E9, 21 and 3E. RGB value is (233,33,62). Sum of RGB (Red+Green+Blue) = 233+33+62=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9213E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9213E is #16DEC1. Grayscale: #606060. Windows color (decimal): -1498818 or 4071913. OLE color: 4071913.
HSL color Cylindrical-coordinate representation of color #E9213E: hue angle of 351.3º degrees, saturation: 0.82, 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 #E9213E is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 62 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.09 |
| HSL | 351.3º | 0.82% | 0.52% | - |
| HSV(B) | 351.3º | 0.86% | 0.91% | - |
| XYZ | 35.02 | 18.76 | 6.33 | - |
| YUV | 96.11 | 108.76 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 62 | 0 | 0.86 | 0.73 | 0.09 | 351.3 | 0.82 | 0.52 |
| Hex | E9 | 21 | 3E | 0 | 56 | 49 | 9 | 15F | 52 | 34 |
| Octal | 351 | 41 | 76 | 0 | 126 | 111 | 11 | 537 | 122 | 64 |
| Binary | 11101001 | 100001 | 111110 | 0 | 1010110 | 1001001 | 1001 | 101011111 | 1010010 | 110100 |
Color Harmonies of #E9213E
Complementary color
Monochromatic Colors of #E9213E
Black with #E9213E
Text Example
Text Example
White with #E9213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9213E; }
p { color: rgb(233,33,62); }
H1.HeaderClassName
{
color: #E9213E;
}
.AnyTagClassName
{
color: #E9213E;
}
</style>
background-color css
<style>
a { background-color: #E9213E; }
a { background-color: rgb(233,33,62); }
div.DivClassName
{
background-color: #E9213E;
}
.BgClassName
{
background-color: #E9213E;
}
</style>
border-color css
<style>
span { border-color: #E9213E; }
span { border-color: rgb(233,33,62); }
td.TdClassName
{
border-color: #E9213E;
}
.TagClassName
{
border-color: #E9213E;
}
</style>