Shades of Alizarin #EE2336
Tints of Alizarin #EE2336
RGB
CMYK
RGB Variations
Color information
#EE2336 (or 0xEE2336) is known color: Alizarin. HEX triplet: EE, 23 and 36. RGB value is (238,35,54). Sum of RGB (Red+Green+Blue) = 238+35+54=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2336 is #11DCC9. Grayscale: #616161. Windows color (decimal): -1170634 or 3548142. OLE color: 3548142.
HSL color Cylindrical-coordinate representation of color #EE2336: hue angle of 354.38º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2336 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 54 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.07 |
| HSL | 354.38º | 0.86% | 0.54% | - |
| HSV(B) | 354.38º | 0.85% | 0.93% | - |
| XYZ | 36.53 | 19.65 | 5.36 | - |
| YUV | 97.86 | 103.25 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 54 | 0 | 0.85 | 0.77 | 0.07 | 354.38 | 0.86 | 0.54 |
| Hex | EE | 23 | 36 | 0 | 55 | 4D | 7 | 162 | 56 | 36 |
| Octal | 356 | 43 | 66 | 0 | 125 | 115 | 7 | 542 | 126 | 66 |
| Binary | 11101110 | 100011 | 110110 | 0 | 1010101 | 1001101 | 111 | 101100010 | 1010110 | 110110 |
Color Harmonies of #EE2336
Complementary color
Monochromatic Colors of #EE2336
Black with #EE2336
Text Example
Text Example
White with #EE2336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2336; }
p { color: rgb(238,35,54); }
H1.HeaderClassName
{
color: #EE2336;
}
.AnyTagClassName
{
color: #EE2336;
}
</style>
background-color css
<style>
a { background-color: #EE2336; }
a { background-color: rgb(238,35,54); }
div.DivClassName
{
background-color: #EE2336;
}
.BgClassName
{
background-color: #EE2336;
}
</style>
border-color css
<style>
span { border-color: #EE2336; }
span { border-color: rgb(238,35,54); }
td.TdClassName
{
border-color: #EE2336;
}
.TagClassName
{
border-color: #EE2336;
}
</style>