Shades of Alizarin #EE2B3A
Tints of Alizarin #EE2B3A
RGB
CMYK
RGB Variations
Color information
#EE2B3A (or 0xEE2B3A) is known color: Alizarin. HEX triplet: EE, 2B and 3A. RGB value is (238,43,58). Sum of RGB (Red+Green+Blue) = 238+43+58=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2B3A is #11D4C5. Grayscale: #676767. Windows color (decimal): -1168582 or 3812334. OLE color: 3812334.
HSL color Cylindrical-coordinate representation of color #EE2B3A: hue angle of 355.38º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2B3A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 58 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.07 |
| HSL | 355.38º | 0.85% | 0.55% | - |
| HSV(B) | 355.38º | 0.82% | 0.93% | - |
| XYZ | 36.89 | 20.21 | 5.96 | - |
| YUV | 103.02 | 102.6 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 58 | 0 | 0.82 | 0.76 | 0.07 | 355.38 | 0.85 | 0.55 |
| Hex | EE | 2B | 3A | 0 | 52 | 4C | 7 | 163 | 55 | 37 |
| Octal | 356 | 53 | 72 | 0 | 122 | 114 | 7 | 543 | 125 | 67 |
| Binary | 11101110 | 101011 | 111010 | 0 | 1010010 | 1001100 | 111 | 101100011 | 1010101 | 110111 |
Color Harmonies of #EE2B3A
Complementary color
Monochromatic Colors of #EE2B3A
Black with #EE2B3A
Text Example
Text Example
White with #EE2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2B3A; }
p { color: rgb(238,43,58); }
H1.HeaderClassName
{
color: #EE2B3A;
}
.AnyTagClassName
{
color: #EE2B3A;
}
</style>
background-color css
<style>
a { background-color: #EE2B3A; }
a { background-color: rgb(238,43,58); }
div.DivClassName
{
background-color: #EE2B3A;
}
.BgClassName
{
background-color: #EE2B3A;
}
</style>
border-color css
<style>
span { border-color: #EE2B3A; }
span { border-color: rgb(238,43,58); }
td.TdClassName
{
border-color: #EE2B3A;
}
.TagClassName
{
border-color: #EE2B3A;
}
</style>