Shades of Alizarin #EE2540
Tints of Alizarin #EE2540
RGB
CMYK
RGB Variations
Color information
#EE2540 (or 0xEE2540) is known color: Alizarin. HEX triplet: EE, 25 and 40. RGB value is (238,37,64). Sum of RGB (Red+Green+Blue) = 238+37+64=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2540 is #11DABF. Grayscale: #646464. Windows color (decimal): -1170112 or 4204014. OLE color: 4204014.
HSL color Cylindrical-coordinate representation of color #EE2540: hue angle of 351.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2540 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 64 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.07 |
| HSL | 351.94º | 0.86% | 0.54% | - |
| HSV(B) | 351.94º | 0.84% | 0.93% | - |
| XYZ | 36.85 | 19.87 | 6.74 | - |
| YUV | 100.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 64 | 0 | 0.84 | 0.73 | 0.07 | 351.94 | 0.86 | 0.54 |
| Hex | EE | 25 | 40 | 0 | 54 | 49 | 7 | 160 | 56 | 36 |
| Octal | 356 | 45 | 100 | 0 | 124 | 111 | 7 | 540 | 126 | 66 |
| Binary | 11101110 | 100101 | 1000000 | 0 | 1010100 | 1001001 | 111 | 101100000 | 1010110 | 110110 |
Color Harmonies of #EE2540
Complementary color
Monochromatic Colors of #EE2540
Black with #EE2540
Text Example
Text Example
White with #EE2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2540; }
p { color: rgb(238,37,64); }
H1.HeaderClassName
{
color: #EE2540;
}
.AnyTagClassName
{
color: #EE2540;
}
</style>
background-color css
<style>
a { background-color: #EE2540; }
a { background-color: rgb(238,37,64); }
div.DivClassName
{
background-color: #EE2540;
}
.BgClassName
{
background-color: #EE2540;
}
</style>
border-color css
<style>
span { border-color: #EE2540; }
span { border-color: rgb(238,37,64); }
td.TdClassName
{
border-color: #EE2540;
}
.TagClassName
{
border-color: #EE2540;
}
</style>