Shades of Alizarin #EE213F
Tints of Alizarin #EE213F
RGB
CMYK
RGB Variations
Color information
#EE213F (or 0xEE213F) is known color: Alizarin. HEX triplet: EE, 21 and 3F. RGB value is (238,33,63). Sum of RGB (Red+Green+Blue) = 238+33+63=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE213F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE213F is #11DEC0. Grayscale: #616161. Windows color (decimal): -1171137 or 4137454. OLE color: 4137454.
HSL color Cylindrical-coordinate representation of color #EE213F: hue angle of 351.22º 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 #EE213F is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 63 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.07 |
| HSL | 351.22º | 0.86% | 0.53% | - |
| HSV(B) | 351.22º | 0.86% | 0.93% | - |
| XYZ | 36.7 | 19.62 | 6.56 | - |
| YUV | 97.72 | 108.42 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 63 | 0 | 0.86 | 0.74 | 0.07 | 351.22 | 0.86 | 0.53 |
| Hex | EE | 21 | 3F | 0 | 56 | 4A | 7 | 15F | 56 | 35 |
| Octal | 356 | 41 | 77 | 0 | 126 | 112 | 7 | 537 | 126 | 65 |
| Binary | 11101110 | 100001 | 111111 | 0 | 1010110 | 1001010 | 111 | 101011111 | 1010110 | 110101 |
Color Harmonies of #EE213F
Complementary color
Monochromatic Colors of #EE213F
Black with #EE213F
Text Example
Text Example
White with #EE213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE213F; }
p { color: rgb(238,33,63); }
H1.HeaderClassName
{
color: #EE213F;
}
.AnyTagClassName
{
color: #EE213F;
}
</style>
background-color css
<style>
a { background-color: #EE213F; }
a { background-color: rgb(238,33,63); }
div.DivClassName
{
background-color: #EE213F;
}
.BgClassName
{
background-color: #EE213F;
}
</style>
border-color css
<style>
span { border-color: #EE213F; }
span { border-color: rgb(238,33,63); }
td.TdClassName
{
border-color: #EE213F;
}
.TagClassName
{
border-color: #EE213F;
}
</style>