Shades of Alizarin #EE2739
Tints of Alizarin #EE2739
RGB
CMYK
RGB Variations
Color information
#EE2739 (or 0xEE2739) is known color: Alizarin. HEX triplet: EE, 27 and 39. RGB value is (238,39,57). Sum of RGB (Red+Green+Blue) = 238+39+57=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2739 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2739 is #11D8C6. Grayscale: #646464. Windows color (decimal): -1169607 or 3745774. OLE color: 3745774.
HSL color Cylindrical-coordinate representation of color #EE2739: hue angle of 354.57º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2739 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 57 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 354.57º | 0.85% | 0.54% | - |
| HSV(B) | 354.57º | 0.84% | 0.93% | - |
| XYZ | 36.72 | 19.92 | 5.78 | - |
| YUV | 100.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 57 | 0 | 0.84 | 0.76 | 0.07 | 354.57 | 0.85 | 0.54 |
| Hex | EE | 27 | 39 | 0 | 54 | 4C | 7 | 163 | 55 | 36 |
| Octal | 356 | 47 | 71 | 0 | 124 | 114 | 7 | 543 | 125 | 66 |
| Binary | 11101110 | 100111 | 111001 | 0 | 1010100 | 1001100 | 111 | 101100011 | 1010101 | 110110 |
Color Harmonies of #EE2739
Complementary color
Monochromatic Colors of #EE2739
Black with #EE2739
Text Example
Text Example
White with #EE2739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2739; }
p { color: rgb(238,39,57); }
H1.HeaderClassName
{
color: #EE2739;
}
.AnyTagClassName
{
color: #EE2739;
}
</style>
background-color css
<style>
a { background-color: #EE2739; }
a { background-color: rgb(238,39,57); }
div.DivClassName
{
background-color: #EE2739;
}
.BgClassName
{
background-color: #EE2739;
}
</style>
border-color css
<style>
span { border-color: #EE2739; }
span { border-color: rgb(238,39,57); }
td.TdClassName
{
border-color: #EE2739;
}
.TagClassName
{
border-color: #EE2739;
}
</style>