Shades of Alizarin #EE2437
Tints of Alizarin #EE2437
RGB
CMYK
RGB Variations
Color information
#EE2437 (or 0xEE2437) is known color: Alizarin. HEX triplet: EE, 24 and 37. RGB value is (238,36,55). Sum of RGB (Red+Green+Blue) = 238+36+55=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2437 is #11DBC8. Grayscale: #626262. Windows color (decimal): -1170377 or 3613934. OLE color: 3613934.
HSL color Cylindrical-coordinate representation of color #EE2437: hue angle of 354.36º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2437 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 55 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.07 |
| HSL | 354.36º | 0.86% | 0.54% | - |
| HSV(B) | 354.36º | 0.85% | 0.93% | - |
| XYZ | 36.58 | 19.71 | 5.49 | - |
| YUV | 98.56 | 103.42 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 55 | 0 | 0.85 | 0.77 | 0.07 | 354.36 | 0.86 | 0.54 |
| Hex | EE | 24 | 37 | 0 | 55 | 4D | 7 | 162 | 56 | 36 |
| Octal | 356 | 44 | 67 | 0 | 125 | 115 | 7 | 542 | 126 | 66 |
| Binary | 11101110 | 100100 | 110111 | 0 | 1010101 | 1001101 | 111 | 101100010 | 1010110 | 110110 |
Color Harmonies of #EE2437
Complementary color
Monochromatic Colors of #EE2437
Black with #EE2437
Text Example
Text Example
White with #EE2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2437; }
p { color: rgb(238,36,55); }
H1.HeaderClassName
{
color: #EE2437;
}
.AnyTagClassName
{
color: #EE2437;
}
</style>
background-color css
<style>
a { background-color: #EE2437; }
a { background-color: rgb(238,36,55); }
div.DivClassName
{
background-color: #EE2437;
}
.BgClassName
{
background-color: #EE2437;
}
</style>
border-color css
<style>
span { border-color: #EE2437; }
span { border-color: rgb(238,36,55); }
td.TdClassName
{
border-color: #EE2437;
}
.TagClassName
{
border-color: #EE2437;
}
</style>