Shades of Alizarin #EE2039
Tints of Alizarin #EE2039
RGB
CMYK
RGB Variations
Color information
#EE2039 (or 0xEE2039) is known color: Alizarin. HEX triplet: EE, 20 and 39. RGB value is (238,32,57). Sum of RGB (Red+Green+Blue) = 238+32+57=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2039 is #11DFC6. Grayscale: #606060. Windows color (decimal): -1171399 or 3743982. OLE color: 3743982.
HSL color Cylindrical-coordinate representation of color #EE2039: hue angle of 352.72º 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 #EE2039 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 57 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.07 |
| HSL | 352.72º | 0.86% | 0.53% | - |
| HSV(B) | 352.72º | 0.87% | 0.93% | - |
| XYZ | 36.51 | 19.51 | 5.71 | - |
| YUV | 96.44 | 105.75 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 57 | 0 | 0.87 | 0.76 | 0.07 | 352.72 | 0.86 | 0.53 |
| Hex | EE | 20 | 39 | 0 | 57 | 4C | 7 | 161 | 56 | 35 |
| Octal | 356 | 40 | 71 | 0 | 127 | 114 | 7 | 541 | 126 | 65 |
| Binary | 11101110 | 100000 | 111001 | 0 | 1010111 | 1001100 | 111 | 101100001 | 1010110 | 110101 |
Color Harmonies of #EE2039
Complementary color
Monochromatic Colors of #EE2039
Black with #EE2039
Text Example
Text Example
White with #EE2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2039; }
p { color: rgb(238,32,57); }
H1.HeaderClassName
{
color: #EE2039;
}
.AnyTagClassName
{
color: #EE2039;
}
</style>
background-color css
<style>
a { background-color: #EE2039; }
a { background-color: rgb(238,32,57); }
div.DivClassName
{
background-color: #EE2039;
}
.BgClassName
{
background-color: #EE2039;
}
</style>
border-color css
<style>
span { border-color: #EE2039; }
span { border-color: rgb(238,32,57); }
td.TdClassName
{
border-color: #EE2039;
}
.TagClassName
{
border-color: #EE2039;
}
</style>