Shades of Alizarin #EE2038
Tints of Alizarin #EE2038
RGB
CMYK
RGB Variations
Color information
#EE2038 (or 0xEE2038) is known color: Alizarin. HEX triplet: EE, 20 and 38. RGB value is (238,32,56). Sum of RGB (Red+Green+Blue) = 238+32+56=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2038 is #11DFC7. Grayscale: #606060. Windows color (decimal): -1171400 or 3678446. OLE color: 3678446.
HSL color Cylindrical-coordinate representation of color #EE2038: hue angle of 353.01º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2038 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 56 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.07 |
| HSL | 353.01º | 0.86% | 0.53% | - |
| HSV(B) | 353.01º | 0.87% | 0.93% | - |
| XYZ | 36.49 | 19.5 | 5.58 | - |
| YUV | 96.33 | 105.25 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 56 | 0 | 0.87 | 0.76 | 0.07 | 353.01 | 0.86 | 0.53 |
| Hex | EE | 20 | 38 | 0 | 57 | 4C | 7 | 161 | 56 | 35 |
| Octal | 356 | 40 | 70 | 0 | 127 | 114 | 7 | 541 | 126 | 65 |
| Binary | 11101110 | 100000 | 111000 | 0 | 1010111 | 1001100 | 111 | 101100001 | 1010110 | 110101 |
Color Harmonies of #EE2038
Complementary color
Monochromatic Colors of #EE2038
Black with #EE2038
Text Example
Text Example
White with #EE2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2038; }
p { color: rgb(238,32,56); }
H1.HeaderClassName
{
color: #EE2038;
}
.AnyTagClassName
{
color: #EE2038;
}
</style>
background-color css
<style>
a { background-color: #EE2038; }
a { background-color: rgb(238,32,56); }
div.DivClassName
{
background-color: #EE2038;
}
.BgClassName
{
background-color: #EE2038;
}
</style>
border-color css
<style>
span { border-color: #EE2038; }
span { border-color: rgb(238,32,56); }
td.TdClassName
{
border-color: #EE2038;
}
.TagClassName
{
border-color: #EE2038;
}
</style>