Shades of Alizarin #EE2241
Tints of Alizarin #EE2241
RGB
CMYK
RGB Variations
Color information
#EE2241 (or 0xEE2241) is known color: Alizarin. HEX triplet: EE, 22 and 41. RGB value is (238,34,65). Sum of RGB (Red+Green+Blue) = 238+34+65=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2241 is #11DDBE. Grayscale: #626262. Windows color (decimal): -1170879 or 4268782. OLE color: 4268782.
HSL color Cylindrical-coordinate representation of color #EE2241: hue angle of 350.88º 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 #EE2241 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 65 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.07 |
| HSL | 350.88º | 0.86% | 0.53% | - |
| HSV(B) | 350.88º | 0.86% | 0.93% | - |
| XYZ | 36.79 | 19.7 | 6.87 | - |
| YUV | 98.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 65 | 0 | 0.86 | 0.73 | 0.07 | 350.88 | 0.86 | 0.53 |
| Hex | EE | 22 | 41 | 0 | 56 | 49 | 7 | 15F | 56 | 35 |
| Octal | 356 | 42 | 101 | 0 | 126 | 111 | 7 | 537 | 126 | 65 |
| Binary | 11101110 | 100010 | 1000001 | 0 | 1010110 | 1001001 | 111 | 101011111 | 1010110 | 110101 |
Color Harmonies of #EE2241
Complementary color
Monochromatic Colors of #EE2241
Black with #EE2241
Text Example
Text Example
White with #EE2241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2241; }
p { color: rgb(238,34,65); }
H1.HeaderClassName
{
color: #EE2241;
}
.AnyTagClassName
{
color: #EE2241;
}
</style>
background-color css
<style>
a { background-color: #EE2241; }
a { background-color: rgb(238,34,65); }
div.DivClassName
{
background-color: #EE2241;
}
.BgClassName
{
background-color: #EE2241;
}
</style>
border-color css
<style>
span { border-color: #EE2241; }
span { border-color: rgb(238,34,65); }
td.TdClassName
{
border-color: #EE2241;
}
.TagClassName
{
border-color: #EE2241;
}
</style>