Shades of Alizarin #EE2027
Tints of Alizarin #EE2027
RGB
CMYK
RGB Variations
Color information
#EE2027 (or 0xEE2027) is known color: Alizarin. HEX triplet: EE, 20 and 27. RGB value is (238,32,39). Sum of RGB (Red+Green+Blue) = 238+32+39=309 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.02% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2027 is #11DFD8. Grayscale: #5E5E5E. Windows color (decimal): -1171417 or 2564334. OLE color: 2564334.
HSL color Cylindrical-coordinate representation of color #EE2027: hue angle of 357.96º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2027 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 39 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.07 |
| HSL | 357.96º | 0.86% | 0.53% | - |
| HSV(B) | 357.96º | 0.87% | 0.93% | - |
| XYZ | 36.14 | 19.36 | 3.75 | - |
| YUV | 94.39 | 96.75 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 39 | 0 | 0.87 | 0.84 | 0.07 | 357.96 | 0.86 | 0.53 |
| Hex | EE | 20 | 27 | 0 | 57 | 54 | 7 | 166 | 56 | 35 |
| Octal | 356 | 40 | 47 | 0 | 127 | 124 | 7 | 546 | 126 | 65 |
| Binary | 11101110 | 100000 | 100111 | 0 | 1010111 | 1010100 | 111 | 101100110 | 1010110 | 110101 |
Color Harmonies of #EE2027
Complementary color
Monochromatic Colors of #EE2027
Black with #EE2027
Text Example
Text Example
White with #EE2027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2027; }
p { color: rgb(238,32,39); }
H1.HeaderClassName
{
color: #EE2027;
}
.AnyTagClassName
{
color: #EE2027;
}
</style>
background-color css
<style>
a { background-color: #EE2027; }
a { background-color: rgb(238,32,39); }
div.DivClassName
{
background-color: #EE2027;
}
.BgClassName
{
background-color: #EE2027;
}
</style>
border-color css
<style>
span { border-color: #EE2027; }
span { border-color: rgb(238,32,39); }
td.TdClassName
{
border-color: #EE2027;
}
.TagClassName
{
border-color: #EE2027;
}
</style>