Shades of Alizarin #EE203D
Tints of Alizarin #EE203D
RGB
CMYK
RGB Variations
Color information
#EE203D (or 0xEE203D) is known color: Alizarin. HEX triplet: EE, 20 and 3D. RGB value is (238,32,61). Sum of RGB (Red+Green+Blue) = 238+32+61=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE203D is #11DFC2. Grayscale: #606060. Windows color (decimal): -1171395 or 4006126. OLE color: 4006126.
HSL color Cylindrical-coordinate representation of color #EE203D: hue angle of 351.55º 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 #EE203D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 61 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.07 |
| HSL | 351.55º | 0.86% | 0.53% | - |
| HSV(B) | 351.55º | 0.87% | 0.93% | - |
| XYZ | 36.62 | 19.55 | 6.26 | - |
| YUV | 96.9 | 107.75 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 61 | 0 | 0.87 | 0.74 | 0.07 | 351.55 | 0.86 | 0.53 |
| Hex | EE | 20 | 3D | 0 | 57 | 4A | 7 | 160 | 56 | 35 |
| Octal | 356 | 40 | 75 | 0 | 127 | 112 | 7 | 540 | 126 | 65 |
| Binary | 11101110 | 100000 | 111101 | 0 | 1010111 | 1001010 | 111 | 101100000 | 1010110 | 110101 |
Color Harmonies of #EE203D
Complementary color
Monochromatic Colors of #EE203D
Black with #EE203D
Text Example
Text Example
White with #EE203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE203D; }
p { color: rgb(238,32,61); }
H1.HeaderClassName
{
color: #EE203D;
}
.AnyTagClassName
{
color: #EE203D;
}
</style>
background-color css
<style>
a { background-color: #EE203D; }
a { background-color: rgb(238,32,61); }
div.DivClassName
{
background-color: #EE203D;
}
.BgClassName
{
background-color: #EE203D;
}
</style>
border-color css
<style>
span { border-color: #EE203D; }
span { border-color: rgb(238,32,61); }
td.TdClassName
{
border-color: #EE203D;
}
.TagClassName
{
border-color: #EE203D;
}
</style>