Shades of Alizarin #EE293C
Tints of Alizarin #EE293C
RGB
CMYK
RGB Variations
Color information
#EE293C (or 0xEE293C) is known color: Alizarin. HEX triplet: EE, 29 and 3C. RGB value is (238,41,60). Sum of RGB (Red+Green+Blue) = 238+41+60=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE293C is #11D6C3. Grayscale: #666666. Windows color (decimal): -1169092 or 3942894. OLE color: 3942894.
HSL color Cylindrical-coordinate representation of color #EE293C: hue angle of 354.21º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE293C is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 60 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.07 |
| HSL | 354.21º | 0.85% | 0.55% | - |
| HSV(B) | 354.21º | 0.83% | 0.93% | - |
| XYZ | 36.87 | 20.09 | 6.21 | - |
| YUV | 102.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 60 | 0 | 0.83 | 0.75 | 0.07 | 354.21 | 0.85 | 0.55 |
| Hex | EE | 29 | 3C | 0 | 53 | 4B | 7 | 162 | 55 | 37 |
| Octal | 356 | 51 | 74 | 0 | 123 | 113 | 7 | 542 | 125 | 67 |
| Binary | 11101110 | 101001 | 111100 | 0 | 1010011 | 1001011 | 111 | 101100010 | 1010101 | 110111 |
Color Harmonies of #EE293C
Complementary color
Monochromatic Colors of #EE293C
Black with #EE293C
Text Example
Text Example
White with #EE293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE293C; }
p { color: rgb(238,41,60); }
H1.HeaderClassName
{
color: #EE293C;
}
.AnyTagClassName
{
color: #EE293C;
}
</style>
background-color css
<style>
a { background-color: #EE293C; }
a { background-color: rgb(238,41,60); }
div.DivClassName
{
background-color: #EE293C;
}
.BgClassName
{
background-color: #EE293C;
}
</style>
border-color css
<style>
span { border-color: #EE293C; }
span { border-color: rgb(238,41,60); }
td.TdClassName
{
border-color: #EE293C;
}
.TagClassName
{
border-color: #EE293C;
}
</style>