Shades of Alizarin #EE293F
Tints of Alizarin #EE293F
RGB
CMYK
RGB Variations
Color information
#EE293F (or 0xEE293F) is known color: Alizarin. HEX triplet: EE, 29 and 3F. RGB value is (238,41,63). Sum of RGB (Red+Green+Blue) = 238+41+63=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE293F is #11D6C0. Grayscale: #666666. Windows color (decimal): -1169089 or 4139502. OLE color: 4139502.
HSL color Cylindrical-coordinate representation of color #EE293F: hue angle of 353.3º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE293F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 63 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.07 |
| HSL | 353.3º | 0.85% | 0.55% | - |
| HSV(B) | 353.3º | 0.83% | 0.93% | - |
| XYZ | 36.95 | 20.12 | 6.64 | - |
| YUV | 102.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 63 | 0 | 0.83 | 0.74 | 0.07 | 353.3 | 0.85 | 0.55 |
| Hex | EE | 29 | 3F | 0 | 53 | 4A | 7 | 161 | 55 | 37 |
| Octal | 356 | 51 | 77 | 0 | 123 | 112 | 7 | 541 | 125 | 67 |
| Binary | 11101110 | 101001 | 111111 | 0 | 1010011 | 1001010 | 111 | 101100001 | 1010101 | 110111 |
Color Harmonies of #EE293F
Complementary color
Monochromatic Colors of #EE293F
Black with #EE293F
Text Example
Text Example
White with #EE293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE293F; }
p { color: rgb(238,41,63); }
H1.HeaderClassName
{
color: #EE293F;
}
.AnyTagClassName
{
color: #EE293F;
}
</style>
background-color css
<style>
a { background-color: #EE293F; }
a { background-color: rgb(238,41,63); }
div.DivClassName
{
background-color: #EE293F;
}
.BgClassName
{
background-color: #EE293F;
}
</style>
border-color css
<style>
span { border-color: #EE293F; }
span { border-color: rgb(238,41,63); }
td.TdClassName
{
border-color: #EE293F;
}
.TagClassName
{
border-color: #EE293F;
}
</style>