Shades of Alizarin #EE3039
Tints of Alizarin #EE3039
RGB
CMYK
RGB Variations
Color information
#EE3039 (or 0xEE3039) is known color: Alizarin. HEX triplet: EE, 30 and 39. RGB value is (238,48,57). Sum of RGB (Red+Green+Blue) = 238+48+57=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3039 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3039 is #11CFC6. Grayscale: #696969. Windows color (decimal): -1167303 or 3748078. OLE color: 3748078.
HSL color Cylindrical-coordinate representation of color #EE3039: hue angle of 357.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3039 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 57 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.07 |
| HSL | 357.16º | 0.85% | 0.56% | - |
| HSV(B) | 357.16º | 0.8% | 0.93% | - |
| XYZ | 37.06 | 20.59 | 5.89 | - |
| YUV | 105.84 | 100.45 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 57 | 0 | 0.80 | 0.76 | 0.07 | 357.16 | 0.85 | 0.56 |
| Hex | EE | 30 | 39 | 0 | 50 | 4C | 7 | 165 | 55 | 38 |
| Octal | 356 | 60 | 71 | 0 | 120 | 114 | 7 | 545 | 125 | 70 |
| Binary | 11101110 | 110000 | 111001 | 0 | 1010000 | 1001100 | 111 | 101100101 | 1010101 | 111000 |
Color Harmonies of #EE3039
Complementary color
Monochromatic Colors of #EE3039
Black with #EE3039
Text Example
Text Example
White with #EE3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3039; }
p { color: rgb(238,48,57); }
H1.HeaderClassName
{
color: #EE3039;
}
.AnyTagClassName
{
color: #EE3039;
}
</style>
background-color css
<style>
a { background-color: #EE3039; }
a { background-color: rgb(238,48,57); }
div.DivClassName
{
background-color: #EE3039;
}
.BgClassName
{
background-color: #EE3039;
}
</style>
border-color css
<style>
span { border-color: #EE3039; }
span { border-color: rgb(238,48,57); }
td.TdClassName
{
border-color: #EE3039;
}
.TagClassName
{
border-color: #EE3039;
}
</style>