Shades of Alizarin #EE233C
Tints of Alizarin #EE233C
RGB
CMYK
RGB Variations
Color information
#EE233C (or 0xEE233C) is known color: Alizarin. HEX triplet: EE, 23 and 3C. RGB value is (238,35,60). Sum of RGB (Red+Green+Blue) = 238+35+60=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE233C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE233C is #11DCC3. Grayscale: #626262. Windows color (decimal): -1170628 or 3941358. OLE color: 3941358.
HSL color Cylindrical-coordinate representation of color #EE233C: hue angle of 352.61º 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 #EE233C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 60 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.07 |
| HSL | 352.61º | 0.86% | 0.54% | - |
| HSV(B) | 352.61º | 0.85% | 0.93% | - |
| XYZ | 36.68 | 19.71 | 6.15 | - |
| YUV | 98.55 | 106.25 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 60 | 0 | 0.85 | 0.75 | 0.07 | 352.61 | 0.86 | 0.54 |
| Hex | EE | 23 | 3C | 0 | 55 | 4B | 7 | 161 | 56 | 36 |
| Octal | 356 | 43 | 74 | 0 | 125 | 113 | 7 | 541 | 126 | 66 |
| Binary | 11101110 | 100011 | 111100 | 0 | 1010101 | 1001011 | 111 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EE233C
Complementary color
Monochromatic Colors of #EE233C
Black with #EE233C
Text Example
Text Example
White with #EE233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE233C; }
p { color: rgb(238,35,60); }
H1.HeaderClassName
{
color: #EE233C;
}
.AnyTagClassName
{
color: #EE233C;
}
</style>
background-color css
<style>
a { background-color: #EE233C; }
a { background-color: rgb(238,35,60); }
div.DivClassName
{
background-color: #EE233C;
}
.BgClassName
{
background-color: #EE233C;
}
</style>
border-color css
<style>
span { border-color: #EE233C; }
span { border-color: rgb(238,35,60); }
td.TdClassName
{
border-color: #EE233C;
}
.TagClassName
{
border-color: #EE233C;
}
</style>