Shades of Alizarin #EE2127
Tints of Alizarin #EE2127
RGB
CMYK
RGB Variations
Color information
#EE2127 (or 0xEE2127) is known color: Alizarin. HEX triplet: EE, 21 and 27. RGB value is (238,33,39). Sum of RGB (Red+Green+Blue) = 238+33+39=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2127 is #11DED8. Grayscale: #5F5F5F. Windows color (decimal): -1171161 or 2564590. OLE color: 2564590.
HSL color Cylindrical-coordinate representation of color #EE2127: hue angle of 358.24º 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 #EE2127 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 39 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.07 |
| HSL | 358.24º | 0.86% | 0.53% | - |
| HSV(B) | 358.24º | 0.86% | 0.93% | - |
| XYZ | 36.17 | 19.41 | 3.76 | - |
| YUV | 94.98 | 96.42 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 39 | 0 | 0.86 | 0.84 | 0.07 | 358.24 | 0.86 | 0.53 |
| Hex | EE | 21 | 27 | 0 | 56 | 54 | 7 | 166 | 56 | 35 |
| Octal | 356 | 41 | 47 | 0 | 126 | 124 | 7 | 546 | 126 | 65 |
| Binary | 11101110 | 100001 | 100111 | 0 | 1010110 | 1010100 | 111 | 101100110 | 1010110 | 110101 |
Color Harmonies of #EE2127
Complementary color
Monochromatic Colors of #EE2127
Black with #EE2127
Text Example
Text Example
White with #EE2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2127; }
p { color: rgb(238,33,39); }
H1.HeaderClassName
{
color: #EE2127;
}
.AnyTagClassName
{
color: #EE2127;
}
</style>
background-color css
<style>
a { background-color: #EE2127; }
a { background-color: rgb(238,33,39); }
div.DivClassName
{
background-color: #EE2127;
}
.BgClassName
{
background-color: #EE2127;
}
</style>
border-color css
<style>
span { border-color: #EE2127; }
span { border-color: rgb(238,33,39); }
td.TdClassName
{
border-color: #EE2127;
}
.TagClassName
{
border-color: #EE2127;
}
</style>