Shades of Alizarin #EE2237
Tints of Alizarin #EE2237
RGB
CMYK
RGB Variations
Color information
#EE2237 (or 0xEE2237) is known color: Alizarin. HEX triplet: EE, 22 and 37. RGB value is (238,34,55). Sum of RGB (Red+Green+Blue) = 238+34+55=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2237 is #11DDC8. Grayscale: #616161. Windows color (decimal): -1170889 or 3613422. OLE color: 3613422.
HSL color Cylindrical-coordinate representation of color #EE2237: hue angle of 353.82º 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 #EE2237 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 55 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.07 |
| HSL | 353.82º | 0.86% | 0.53% | - |
| HSV(B) | 353.82º | 0.86% | 0.93% | - |
| XYZ | 36.52 | 19.6 | 5.47 | - |
| YUV | 97.39 | 104.09 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 55 | 0 | 0.86 | 0.77 | 0.07 | 353.82 | 0.86 | 0.53 |
| Hex | EE | 22 | 37 | 0 | 56 | 4D | 7 | 162 | 56 | 35 |
| Octal | 356 | 42 | 67 | 0 | 126 | 115 | 7 | 542 | 126 | 65 |
| Binary | 11101110 | 100010 | 110111 | 0 | 1010110 | 1001101 | 111 | 101100010 | 1010110 | 110101 |
Color Harmonies of #EE2237
Complementary color
Monochromatic Colors of #EE2237
Black with #EE2237
Text Example
Text Example
White with #EE2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2237; }
p { color: rgb(238,34,55); }
H1.HeaderClassName
{
color: #EE2237;
}
.AnyTagClassName
{
color: #EE2237;
}
</style>
background-color css
<style>
a { background-color: #EE2237; }
a { background-color: rgb(238,34,55); }
div.DivClassName
{
background-color: #EE2237;
}
.BgClassName
{
background-color: #EE2237;
}
</style>
border-color css
<style>
span { border-color: #EE2237; }
span { border-color: rgb(238,34,55); }
td.TdClassName
{
border-color: #EE2237;
}
.TagClassName
{
border-color: #EE2237;
}
</style>