Shades of Alizarin #EE2332
Tints of Alizarin #EE2332
RGB
CMYK
RGB Variations
Color information
#EE2332 (or 0xEE2332) is known color: Alizarin. HEX triplet: EE, 23 and 32. RGB value is (238,35,50). Sum of RGB (Red+Green+Blue) = 238+35+50=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2332 is #11DCCD. Grayscale: #616161. Windows color (decimal): -1170638 or 3285998. OLE color: 3285998.
HSL color Cylindrical-coordinate representation of color #EE2332: hue angle of 355.57º 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 #EE2332 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 50 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.07 |
| HSL | 355.57º | 0.86% | 0.54% | - |
| HSV(B) | 355.57º | 0.85% | 0.93% | - |
| XYZ | 36.44 | 19.61 | 4.88 | - |
| YUV | 97.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 50 | 0 | 0.85 | 0.79 | 0.07 | 355.57 | 0.86 | 0.54 |
| Hex | EE | 23 | 32 | 0 | 55 | 4F | 7 | 164 | 56 | 36 |
| Octal | 356 | 43 | 62 | 0 | 125 | 117 | 7 | 544 | 126 | 66 |
| Binary | 11101110 | 100011 | 110010 | 0 | 1010101 | 1001111 | 111 | 101100100 | 1010110 | 110110 |
Color Harmonies of #EE2332
Complementary color
Monochromatic Colors of #EE2332
Black with #EE2332
Text Example
Text Example
White with #EE2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2332; }
p { color: rgb(238,35,50); }
H1.HeaderClassName
{
color: #EE2332;
}
.AnyTagClassName
{
color: #EE2332;
}
</style>
background-color css
<style>
a { background-color: #EE2332; }
a { background-color: rgb(238,35,50); }
div.DivClassName
{
background-color: #EE2332;
}
.BgClassName
{
background-color: #EE2332;
}
</style>
border-color css
<style>
span { border-color: #EE2332; }
span { border-color: rgb(238,35,50); }
td.TdClassName
{
border-color: #EE2332;
}
.TagClassName
{
border-color: #EE2332;
}
</style>