Shades of Alizarin #EE2532
Tints of Alizarin #EE2532
RGB
CMYK
RGB Variations
Color information
#EE2532 (or 0xEE2532) is known color: Alizarin. HEX triplet: EE, 25 and 32. RGB value is (238,37,50). Sum of RGB (Red+Green+Blue) = 238+37+50=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2532 is #11DACD. Grayscale: #626262. Windows color (decimal): -1170126 or 3286510. OLE color: 3286510.
HSL color Cylindrical-coordinate representation of color #EE2532: hue angle of 356.12º 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 #EE2532 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 50 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.07 |
| HSL | 356.12º | 0.86% | 0.54% | - |
| HSV(B) | 356.12º | 0.84% | 0.93% | - |
| XYZ | 36.5 | 19.73 | 4.9 | - |
| YUV | 98.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 50 | 0 | 0.84 | 0.79 | 0.07 | 356.12 | 0.86 | 0.54 |
| Hex | EE | 25 | 32 | 0 | 54 | 4F | 7 | 164 | 56 | 36 |
| Octal | 356 | 45 | 62 | 0 | 124 | 117 | 7 | 544 | 126 | 66 |
| Binary | 11101110 | 100101 | 110010 | 0 | 1010100 | 1001111 | 111 | 101100100 | 1010110 | 110110 |
Color Harmonies of #EE2532
Complementary color
Monochromatic Colors of #EE2532
Black with #EE2532
Text Example
Text Example
White with #EE2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2532; }
p { color: rgb(238,37,50); }
H1.HeaderClassName
{
color: #EE2532;
}
.AnyTagClassName
{
color: #EE2532;
}
</style>
background-color css
<style>
a { background-color: #EE2532; }
a { background-color: rgb(238,37,50); }
div.DivClassName
{
background-color: #EE2532;
}
.BgClassName
{
background-color: #EE2532;
}
</style>
border-color css
<style>
span { border-color: #EE2532; }
span { border-color: rgb(238,37,50); }
td.TdClassName
{
border-color: #EE2532;
}
.TagClassName
{
border-color: #EE2532;
}
</style>