Shades of Alizarin #EE1833
Tints of Alizarin #EE1833
RGB
CMYK
RGB Variations
Color information
#EE1833 (or 0xEE1833) is known color: Alizarin. HEX triplet: EE, 18 and 33. RGB value is (238,24,51). Sum of RGB (Red+Green+Blue) = 238+24+51=313 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.04% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1833 is #11E7CC. Grayscale: #5B5B5B. Windows color (decimal): -1173453 or 3348718. OLE color: 3348718.
HSL color Cylindrical-coordinate representation of color #EE1833: hue angle of 352.43º 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 #EE1833 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 51 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.07 |
| HSL | 352.43º | 0.86% | 0.51% | - |
| HSV(B) | 352.43º | 0.9% | 0.93% | - |
| XYZ | 36.18 | 19.07 | 4.91 | - |
| YUV | 91.06 | 105.4 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 51 | 0 | 0.90 | 0.79 | 0.07 | 352.43 | 0.86 | 0.51 |
| Hex | EE | 18 | 33 | 0 | 5A | 4F | 7 | 160 | 56 | 33 |
| Octal | 356 | 30 | 63 | 0 | 132 | 117 | 7 | 540 | 126 | 63 |
| Binary | 11101110 | 11000 | 110011 | 0 | 1011010 | 1001111 | 111 | 101100000 | 1010110 | 110011 |
Color Harmonies of #EE1833
Complementary color
Monochromatic Colors of #EE1833
Black with #EE1833
Text Example
Text Example
White with #EE1833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1833; }
p { color: rgb(238,24,51); }
H1.HeaderClassName
{
color: #EE1833;
}
.AnyTagClassName
{
color: #EE1833;
}
</style>
background-color css
<style>
a { background-color: #EE1833; }
a { background-color: rgb(238,24,51); }
div.DivClassName
{
background-color: #EE1833;
}
.BgClassName
{
background-color: #EE1833;
}
</style>
border-color css
<style>
span { border-color: #EE1833; }
span { border-color: rgb(238,24,51); }
td.TdClassName
{
border-color: #EE1833;
}
.TagClassName
{
border-color: #EE1833;
}
</style>