Shades of Alizarin #EE1831
Tints of Alizarin #EE1831
RGB
CMYK
RGB Variations
Color information
#EE1831 (or 0xEE1831) is known color: Alizarin. HEX triplet: EE, 18 and 31. RGB value is (238,24,49). Sum of RGB (Red+Green+Blue) = 238+24+49=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1831 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1831 is #11E7CE. Grayscale: #5A5A5A. Windows color (decimal): -1173455 or 3217646. OLE color: 3217646.
HSL color Cylindrical-coordinate representation of color #EE1831: hue angle of 352.99º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1831 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 49 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.07 |
| HSL | 352.99º | 0.86% | 0.51% | - |
| HSV(B) | 352.99º | 0.9% | 0.93% | - |
| XYZ | 36.14 | 19.05 | 4.68 | - |
| YUV | 90.84 | 104.4 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 49 | 0 | 0.90 | 0.79 | 0.07 | 352.99 | 0.86 | 0.51 |
| Hex | EE | 18 | 31 | 0 | 5A | 4F | 7 | 161 | 56 | 33 |
| Octal | 356 | 30 | 61 | 0 | 132 | 117 | 7 | 541 | 126 | 63 |
| Binary | 11101110 | 11000 | 110001 | 0 | 1011010 | 1001111 | 111 | 101100001 | 1010110 | 110011 |
Color Harmonies of #EE1831
Complementary color
Monochromatic Colors of #EE1831
Black with #EE1831
Text Example
Text Example
White with #EE1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1831; }
p { color: rgb(238,24,49); }
H1.HeaderClassName
{
color: #EE1831;
}
.AnyTagClassName
{
color: #EE1831;
}
</style>
background-color css
<style>
a { background-color: #EE1831; }
a { background-color: rgb(238,24,49); }
div.DivClassName
{
background-color: #EE1831;
}
.BgClassName
{
background-color: #EE1831;
}
</style>
border-color css
<style>
span { border-color: #EE1831; }
span { border-color: rgb(238,24,49); }
td.TdClassName
{
border-color: #EE1831;
}
.TagClassName
{
border-color: #EE1831;
}
</style>