Shades of Alizarin #EB2242
Tints of Alizarin #EB2242
RGB
CMYK
RGB Variations
Color information
#EB2242 (or 0xEB2242) is known color: Alizarin. HEX triplet: EB, 22 and 42. RGB value is (235,34,66). Sum of RGB (Red+Green+Blue) = 235+34+66=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2242 is #14DDBD. Grayscale: #616161. Windows color (decimal): -1367486 or 4334315. OLE color: 4334315.
HSL color Cylindrical-coordinate representation of color #EB2242: hue angle of 350.45º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2242 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 34 | 66 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.08 |
| HSL | 350.45º | 0.83% | 0.53% | - |
| HSV(B) | 350.45º | 0.86% | 0.92% | - |
| XYZ | 35.82 | 19.2 | 6.97 | - |
| YUV | 97.75 | 110.09 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 34 | 66 | 0 | 0.86 | 0.72 | 0.08 | 350.45 | 0.83 | 0.53 |
| Hex | EB | 22 | 42 | 0 | 56 | 48 | 8 | 15E | 53 | 35 |
| Octal | 353 | 42 | 102 | 0 | 126 | 110 | 10 | 536 | 123 | 65 |
| Binary | 11101011 | 100010 | 1000010 | 0 | 1010110 | 1001000 | 1000 | 101011110 | 1010011 | 110101 |
Color Harmonies of #EB2242
Complementary color
Monochromatic Colors of #EB2242
Black with #EB2242
Text Example
Text Example
White with #EB2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2242; }
p { color: rgb(235,34,66); }
H1.HeaderClassName
{
color: #EB2242;
}
.AnyTagClassName
{
color: #EB2242;
}
</style>
background-color css
<style>
a { background-color: #EB2242; }
a { background-color: rgb(235,34,66); }
div.DivClassName
{
background-color: #EB2242;
}
.BgClassName
{
background-color: #EB2242;
}
</style>
border-color css
<style>
span { border-color: #EB2242; }
span { border-color: rgb(235,34,66); }
td.TdClassName
{
border-color: #EB2242;
}
.TagClassName
{
border-color: #EB2242;
}
</style>