Shades of Alizarin #EE213D
Tints of Alizarin #EE213D
RGB
CMYK
RGB Variations
Color information
#EE213D (or 0xEE213D) is known color: Alizarin. HEX triplet: EE, 21 and 3D. RGB value is (238,33,61). Sum of RGB (Red+Green+Blue) = 238+33+61=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE213D is #11DEC2. Grayscale: #616161. Windows color (decimal): -1171139 or 4006382. OLE color: 4006382.
HSL color Cylindrical-coordinate representation of color #EE213D: hue angle of 351.8º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE213D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 61 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.07 |
| HSL | 351.8º | 0.86% | 0.53% | - |
| HSV(B) | 351.8º | 0.86% | 0.93% | - |
| XYZ | 36.65 | 19.6 | 6.27 | - |
| YUV | 97.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 61 | 0 | 0.86 | 0.74 | 0.07 | 351.8 | 0.86 | 0.53 |
| Hex | EE | 21 | 3D | 0 | 56 | 4A | 7 | 160 | 56 | 35 |
| Octal | 356 | 41 | 75 | 0 | 126 | 112 | 7 | 540 | 126 | 65 |
| Binary | 11101110 | 100001 | 111101 | 0 | 1010110 | 1001010 | 111 | 101100000 | 1010110 | 110101 |
Color Harmonies of #EE213D
Complementary color
Monochromatic Colors of #EE213D
Black with #EE213D
Text Example
Text Example
White with #EE213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE213D; }
p { color: rgb(238,33,61); }
H1.HeaderClassName
{
color: #EE213D;
}
.AnyTagClassName
{
color: #EE213D;
}
</style>
background-color css
<style>
a { background-color: #EE213D; }
a { background-color: rgb(238,33,61); }
div.DivClassName
{
background-color: #EE213D;
}
.BgClassName
{
background-color: #EE213D;
}
</style>
border-color css
<style>
span { border-color: #EE213D; }
span { border-color: rgb(238,33,61); }
td.TdClassName
{
border-color: #EE213D;
}
.TagClassName
{
border-color: #EE213D;
}
</style>