Shades of Alizarin #EE2242
Tints of Alizarin #EE2242
RGB
CMYK
RGB Variations
Color information
#EE2242 (or 0xEE2242) is known color: Alizarin. HEX triplet: EE, 22 and 42. RGB value is (238,34,66). Sum of RGB (Red+Green+Blue) = 238+34+66=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2242 is #11DDBD. Grayscale: #626262. Windows color (decimal): -1170878 or 4334318. OLE color: 4334318.
HSL color Cylindrical-coordinate representation of color #EE2242: hue angle of 350.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2242 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 66 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.07 |
| HSL | 350.59º | 0.86% | 0.53% | - |
| HSV(B) | 350.59º | 0.86% | 0.93% | - |
| XYZ | 36.82 | 19.71 | 7.02 | - |
| YUV | 98.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 66 | 0 | 0.86 | 0.72 | 0.07 | 350.59 | 0.86 | 0.53 |
| Hex | EE | 22 | 42 | 0 | 56 | 48 | 7 | 15F | 56 | 35 |
| Octal | 356 | 42 | 102 | 0 | 126 | 110 | 7 | 537 | 126 | 65 |
| Binary | 11101110 | 100010 | 1000010 | 0 | 1010110 | 1001000 | 111 | 101011111 | 1010110 | 110101 |
Color Harmonies of #EE2242
Complementary color
Monochromatic Colors of #EE2242
Black with #EE2242
Text Example
Text Example
White with #EE2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2242; }
p { color: rgb(238,34,66); }
H1.HeaderClassName
{
color: #EE2242;
}
.AnyTagClassName
{
color: #EE2242;
}
</style>
background-color css
<style>
a { background-color: #EE2242; }
a { background-color: rgb(238,34,66); }
div.DivClassName
{
background-color: #EE2242;
}
.BgClassName
{
background-color: #EE2242;
}
</style>
border-color css
<style>
span { border-color: #EE2242; }
span { border-color: rgb(238,34,66); }
td.TdClassName
{
border-color: #EE2242;
}
.TagClassName
{
border-color: #EE2242;
}
</style>