Shades of Alizarin #EE2E31
Tints of Alizarin #EE2E31
RGB
CMYK
RGB Variations
Color information
#EE2E31 (or 0xEE2E31) is known color: Alizarin. HEX triplet: EE, 2E and 31. RGB value is (238,46,49). Sum of RGB (Red+Green+Blue) = 238+46+49=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2E31 is #11D1CE. Grayscale: #676767. Windows color (decimal): -1167823 or 3223278. OLE color: 3223278.
HSL color Cylindrical-coordinate representation of color #EE2E31: hue angle of 359.06º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2E31 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 49 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.07 |
| HSL | 359.06º | 0.85% | 0.56% | - |
| HSV(B) | 359.06º | 0.81% | 0.93% | - |
| XYZ | 36.79 | 20.35 | 4.9 | - |
| YUV | 103.75 | 97.11 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 49 | 0 | 0.81 | 0.79 | 0.07 | 359.06 | 0.85 | 0.56 |
| Hex | EE | 2E | 31 | 0 | 51 | 4F | 7 | 167 | 55 | 38 |
| Octal | 356 | 56 | 61 | 0 | 121 | 117 | 7 | 547 | 125 | 70 |
| Binary | 11101110 | 101110 | 110001 | 0 | 1010001 | 1001111 | 111 | 101100111 | 1010101 | 111000 |
Color Harmonies of #EE2E31
Complementary color
Monochromatic Colors of #EE2E31
Black with #EE2E31
Text Example
Text Example
White with #EE2E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2E31; }
p { color: rgb(238,46,49); }
H1.HeaderClassName
{
color: #EE2E31;
}
.AnyTagClassName
{
color: #EE2E31;
}
</style>
background-color css
<style>
a { background-color: #EE2E31; }
a { background-color: rgb(238,46,49); }
div.DivClassName
{
background-color: #EE2E31;
}
.BgClassName
{
background-color: #EE2E31;
}
</style>
border-color css
<style>
span { border-color: #EE2E31; }
span { border-color: rgb(238,46,49); }
td.TdClassName
{
border-color: #EE2E31;
}
.TagClassName
{
border-color: #EE2E31;
}
</style>