Shades of Alizarin #EE3239
Tints of Alizarin #EE3239
RGB
CMYK
RGB Variations
Color information
#EE3239 (or 0xEE3239) is known color: Alizarin. HEX triplet: EE, 32 and 39. RGB value is (238,50,57). Sum of RGB (Red+Green+Blue) = 238+50+57=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3239 is #11CDC6. Grayscale: #6B6B6B. Windows color (decimal): -1166791 or 3748590. OLE color: 3748590.
HSL color Cylindrical-coordinate representation of color #EE3239: hue angle of 357.77º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3239 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 57 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.07 |
| HSL | 357.77º | 0.85% | 0.56% | - |
| HSV(B) | 357.77º | 0.79% | 0.93% | - |
| XYZ | 37.14 | 20.75 | 5.92 | - |
| YUV | 107.01 | 99.78 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 57 | 0 | 0.79 | 0.76 | 0.07 | 357.77 | 0.85 | 0.56 |
| Hex | EE | 32 | 39 | 0 | 4F | 4C | 7 | 166 | 55 | 38 |
| Octal | 356 | 62 | 71 | 0 | 117 | 114 | 7 | 546 | 125 | 70 |
| Binary | 11101110 | 110010 | 111001 | 0 | 1001111 | 1001100 | 111 | 101100110 | 1010101 | 111000 |
Color Harmonies of #EE3239
Complementary color
Monochromatic Colors of #EE3239
Black with #EE3239
Text Example
Text Example
White with #EE3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3239; }
p { color: rgb(238,50,57); }
H1.HeaderClassName
{
color: #EE3239;
}
.AnyTagClassName
{
color: #EE3239;
}
</style>
background-color css
<style>
a { background-color: #EE3239; }
a { background-color: rgb(238,50,57); }
div.DivClassName
{
background-color: #EE3239;
}
.BgClassName
{
background-color: #EE3239;
}
</style>
border-color css
<style>
span { border-color: #EE3239; }
span { border-color: rgb(238,50,57); }
td.TdClassName
{
border-color: #EE3239;
}
.TagClassName
{
border-color: #EE3239;
}
</style>