Shades of Alizarin #EE203E
Tints of Alizarin #EE203E
RGB
CMYK
RGB Variations
Color information
#EE203E (or 0xEE203E) is known color: Alizarin. HEX triplet: EE, 20 and 3E. RGB value is (238,32,62). Sum of RGB (Red+Green+Blue) = 238+32+62=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE203E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE203E is #11DFC1. Grayscale: #616161. Windows color (decimal): -1171394 or 4071662. OLE color: 4071662.
HSL color Cylindrical-coordinate representation of color #EE203E: hue angle of 351.26º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE203E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 62 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.07 |
| HSL | 351.26º | 0.86% | 0.53% | - |
| HSV(B) | 351.26º | 0.87% | 0.93% | - |
| XYZ | 36.65 | 19.56 | 6.4 | - |
| YUV | 97.01 | 108.25 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 62 | 0 | 0.87 | 0.74 | 0.07 | 351.26 | 0.86 | 0.53 |
| Hex | EE | 20 | 3E | 0 | 57 | 4A | 7 | 15F | 56 | 35 |
| Octal | 356 | 40 | 76 | 0 | 127 | 112 | 7 | 537 | 126 | 65 |
| Binary | 11101110 | 100000 | 111110 | 0 | 1010111 | 1001010 | 111 | 101011111 | 1010110 | 110101 |
Color Harmonies of #EE203E
Complementary color
Monochromatic Colors of #EE203E
Black with #EE203E
Text Example
Text Example
White with #EE203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE203E; }
p { color: rgb(238,32,62); }
H1.HeaderClassName
{
color: #EE203E;
}
.AnyTagClassName
{
color: #EE203E;
}
</style>
background-color css
<style>
a { background-color: #EE203E; }
a { background-color: rgb(238,32,62); }
div.DivClassName
{
background-color: #EE203E;
}
.BgClassName
{
background-color: #EE203E;
}
</style>
border-color css
<style>
span { border-color: #EE203E; }
span { border-color: rgb(238,32,62); }
td.TdClassName
{
border-color: #EE203E;
}
.TagClassName
{
border-color: #EE203E;
}
</style>