Shades of Alizarin #EE203B
Tints of Alizarin #EE203B
RGB
CMYK
RGB Variations
Color information
#EE203B (or 0xEE203B) is known color: Alizarin. HEX triplet: EE, 20 and 3B. RGB value is (238,32,59). Sum of RGB (Red+Green+Blue) = 238+32+59=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE203B is #11DFC4. Grayscale: #606060. Windows color (decimal): -1171397 or 3875054. OLE color: 3875054.
HSL color Cylindrical-coordinate representation of color #EE203B: hue angle of 352.14º 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 #EE203B is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 59 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.07 |
| HSL | 352.14º | 0.86% | 0.53% | - |
| HSV(B) | 352.14º | 0.87% | 0.93% | - |
| XYZ | 36.57 | 19.53 | 5.98 | - |
| YUV | 96.67 | 106.75 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 59 | 0 | 0.87 | 0.75 | 0.07 | 352.14 | 0.86 | 0.53 |
| Hex | EE | 20 | 3B | 0 | 57 | 4B | 7 | 160 | 56 | 35 |
| Octal | 356 | 40 | 73 | 0 | 127 | 113 | 7 | 540 | 126 | 65 |
| Binary | 11101110 | 100000 | 111011 | 0 | 1010111 | 1001011 | 111 | 101100000 | 1010110 | 110101 |
Color Harmonies of #EE203B
Complementary color
Monochromatic Colors of #EE203B
Black with #EE203B
Text Example
Text Example
White with #EE203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE203B; }
p { color: rgb(238,32,59); }
H1.HeaderClassName
{
color: #EE203B;
}
.AnyTagClassName
{
color: #EE203B;
}
</style>
background-color css
<style>
a { background-color: #EE203B; }
a { background-color: rgb(238,32,59); }
div.DivClassName
{
background-color: #EE203B;
}
.BgClassName
{
background-color: #EE203B;
}
</style>
border-color css
<style>
span { border-color: #EE203B; }
span { border-color: rgb(238,32,59); }
td.TdClassName
{
border-color: #EE203B;
}
.TagClassName
{
border-color: #EE203B;
}
</style>