Shades of Alizarin #EE2040
Tints of Alizarin #EE2040
RGB
CMYK
RGB Variations
Color information
#EE2040 (or 0xEE2040) is known color: Alizarin. HEX triplet: EE, 20 and 40. RGB value is (238,32,64). Sum of RGB (Red+Green+Blue) = 238+32+64=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2040 is #11DFBF. Grayscale: #616161. Windows color (decimal): -1171392 or 4202734. OLE color: 4202734.
HSL color Cylindrical-coordinate representation of color #EE2040: hue angle of 350.68º 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 #EE2040 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 64 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.07 |
| HSL | 350.68º | 0.86% | 0.53% | - |
| HSV(B) | 350.68º | 0.87% | 0.93% | - |
| XYZ | 36.7 | 19.58 | 6.7 | - |
| YUV | 97.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 64 | 0 | 0.87 | 0.73 | 0.07 | 350.68 | 0.86 | 0.53 |
| Hex | EE | 20 | 40 | 0 | 57 | 49 | 7 | 15F | 56 | 35 |
| Octal | 356 | 40 | 100 | 0 | 127 | 111 | 7 | 537 | 126 | 65 |
| Binary | 11101110 | 100000 | 1000000 | 0 | 1010111 | 1001001 | 111 | 101011111 | 1010110 | 110101 |
Color Harmonies of #EE2040
Complementary color
Monochromatic Colors of #EE2040
Black with #EE2040
Text Example
Text Example
White with #EE2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2040; }
p { color: rgb(238,32,64); }
H1.HeaderClassName
{
color: #EE2040;
}
.AnyTagClassName
{
color: #EE2040;
}
</style>
background-color css
<style>
a { background-color: #EE2040; }
a { background-color: rgb(238,32,64); }
div.DivClassName
{
background-color: #EE2040;
}
.BgClassName
{
background-color: #EE2040;
}
</style>
border-color css
<style>
span { border-color: #EE2040; }
span { border-color: rgb(238,32,64); }
td.TdClassName
{
border-color: #EE2040;
}
.TagClassName
{
border-color: #EE2040;
}
</style>