Shades of Alizarin #EE2539
Tints of Alizarin #EE2539
RGB
CMYK
RGB Variations
Color information
#EE2539 (or 0xEE2539) is known color: Alizarin. HEX triplet: EE, 25 and 39. RGB value is (238,37,57). Sum of RGB (Red+Green+Blue) = 238+37+57=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2539 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2539 is #11DAC6. Grayscale: #636363. Windows color (decimal): -1170119 or 3745262. OLE color: 3745262.
HSL color Cylindrical-coordinate representation of color #EE2539: hue angle of 354.03º 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 #EE2539 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 57 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 354.03º | 0.86% | 0.54% | - |
| HSV(B) | 354.03º | 0.84% | 0.93% | - |
| XYZ | 36.66 | 19.8 | 5.76 | - |
| YUV | 99.38 | 104.09 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 57 | 0 | 0.84 | 0.76 | 0.07 | 354.03 | 0.86 | 0.54 |
| Hex | EE | 25 | 39 | 0 | 54 | 4C | 7 | 162 | 56 | 36 |
| Octal | 356 | 45 | 71 | 0 | 124 | 114 | 7 | 542 | 126 | 66 |
| Binary | 11101110 | 100101 | 111001 | 0 | 1010100 | 1001100 | 111 | 101100010 | 1010110 | 110110 |
Color Harmonies of #EE2539
Complementary color
Monochromatic Colors of #EE2539
Black with #EE2539
Text Example
Text Example
White with #EE2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2539; }
p { color: rgb(238,37,57); }
H1.HeaderClassName
{
color: #EE2539;
}
.AnyTagClassName
{
color: #EE2539;
}
</style>
background-color css
<style>
a { background-color: #EE2539; }
a { background-color: rgb(238,37,57); }
div.DivClassName
{
background-color: #EE2539;
}
.BgClassName
{
background-color: #EE2539;
}
</style>
border-color css
<style>
span { border-color: #EE2539; }
span { border-color: rgb(238,37,57); }
td.TdClassName
{
border-color: #EE2539;
}
.TagClassName
{
border-color: #EE2539;
}
</style>