Shades of Alizarin #EE1830
Tints of Alizarin #EE1830
RGB
CMYK
RGB Variations
Color information
#EE1830 (or 0xEE1830) is known color: Alizarin. HEX triplet: EE, 18 and 30. RGB value is (238,24,48). Sum of RGB (Red+Green+Blue) = 238+24+48=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1830 is #11E7CF. Grayscale: #5A5A5A. Windows color (decimal): -1173456 or 3152110. OLE color: 3152110.
HSL color Cylindrical-coordinate representation of color #EE1830: hue angle of 353.27º 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 #EE1830 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 48 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.07 |
| HSL | 353.27º | 0.86% | 0.51% | - |
| HSV(B) | 353.27º | 0.9% | 0.93% | - |
| XYZ | 36.12 | 19.04 | 4.57 | - |
| YUV | 90.72 | 103.9 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 48 | 0 | 0.90 | 0.80 | 0.07 | 353.27 | 0.86 | 0.51 |
| Hex | EE | 18 | 30 | 0 | 5A | 50 | 7 | 161 | 56 | 33 |
| Octal | 356 | 30 | 60 | 0 | 132 | 120 | 7 | 541 | 126 | 63 |
| Binary | 11101110 | 11000 | 110000 | 0 | 1011010 | 1010000 | 111 | 101100001 | 1010110 | 110011 |
Color Harmonies of #EE1830
Complementary color
Monochromatic Colors of #EE1830
Black with #EE1830
Text Example
Text Example
White with #EE1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1830; }
p { color: rgb(238,24,48); }
H1.HeaderClassName
{
color: #EE1830;
}
.AnyTagClassName
{
color: #EE1830;
}
</style>
background-color css
<style>
a { background-color: #EE1830; }
a { background-color: rgb(238,24,48); }
div.DivClassName
{
background-color: #EE1830;
}
.BgClassName
{
background-color: #EE1830;
}
</style>
border-color css
<style>
span { border-color: #EE1830; }
span { border-color: rgb(238,24,48); }
td.TdClassName
{
border-color: #EE1830;
}
.TagClassName
{
border-color: #EE1830;
}
</style>