Shades of Alizarin #E11E3C
Tints of Alizarin #E11E3C
RGB
CMYK
RGB Variations
Color information
#E11E3C (or 0xE11E3C) is known color: Alizarin. HEX triplet: E1, 1E and 3C. RGB value is (225,30,60). Sum of RGB (Red+Green+Blue) = 225+30+60=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E3C is #1EE1C3. Grayscale: #5B5B5B. Windows color (decimal): -2023876 or 3940065. OLE color: 3940065.
HSL color Cylindrical-coordinate representation of color #E11E3C: hue angle of 350.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11E3C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 60 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.12 |
| HSL | 350.77º | 0.76% | 0.5% | - |
| HSV(B) | 350.77º | 0.87% | 0.88% | - |
| XYZ | 32.33 | 17.26 | 5.9 | - |
| YUV | 91.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 60 | 0 | 0.87 | 0.73 | 0.12 | 350.77 | 0.76 | 0.5 |
| Hex | E1 | 1E | 3C | 0 | 57 | 49 | C | 15F | 4C | 32 |
| Octal | 341 | 36 | 74 | 0 | 127 | 111 | 14 | 537 | 114 | 62 |
| Binary | 11100001 | 11110 | 111100 | 0 | 1010111 | 1001001 | 1100 | 101011111 | 1001100 | 110010 |
Color Harmonies of #E11E3C
Complementary color
Monochromatic Colors of #E11E3C
Black with #E11E3C
Text Example
Text Example
White with #E11E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11E3C; }
p { color: rgb(225,30,60); }
H1.HeaderClassName
{
color: #E11E3C;
}
.AnyTagClassName
{
color: #E11E3C;
}
</style>
background-color css
<style>
a { background-color: #E11E3C; }
a { background-color: rgb(225,30,60); }
div.DivClassName
{
background-color: #E11E3C;
}
.BgClassName
{
background-color: #E11E3C;
}
</style>
border-color css
<style>
span { border-color: #E11E3C; }
span { border-color: rgb(225,30,60); }
td.TdClassName
{
border-color: #E11E3C;
}
.TagClassName
{
border-color: #E11E3C;
}
</style>