Shades of Alizarin #EE2434
Tints of Alizarin #EE2434
RGB
CMYK
RGB Variations
Color information
#EE2434 (or 0xEE2434) is known color: Alizarin. HEX triplet: EE, 24 and 34. RGB value is (238,36,52). Sum of RGB (Red+Green+Blue) = 238+36+52=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2434 is #11DBCB. Grayscale: #626262. Windows color (decimal): -1170380 or 3417326. OLE color: 3417326.
HSL color Cylindrical-coordinate representation of color #EE2434: hue angle of 355.25º 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 #EE2434 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 52 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.07 |
| HSL | 355.25º | 0.86% | 0.54% | - |
| HSV(B) | 355.25º | 0.85% | 0.93% | - |
| XYZ | 36.51 | 19.69 | 5.12 | - |
| YUV | 98.22 | 101.92 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 52 | 0 | 0.85 | 0.78 | 0.07 | 355.25 | 0.86 | 0.54 |
| Hex | EE | 24 | 34 | 0 | 55 | 4E | 7 | 163 | 56 | 36 |
| Octal | 356 | 44 | 64 | 0 | 125 | 116 | 7 | 543 | 126 | 66 |
| Binary | 11101110 | 100100 | 110100 | 0 | 1010101 | 1001110 | 111 | 101100011 | 1010110 | 110110 |
Color Harmonies of #EE2434
Complementary color
Monochromatic Colors of #EE2434
Black with #EE2434
Text Example
Text Example
White with #EE2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2434; }
p { color: rgb(238,36,52); }
H1.HeaderClassName
{
color: #EE2434;
}
.AnyTagClassName
{
color: #EE2434;
}
</style>
background-color css
<style>
a { background-color: #EE2434; }
a { background-color: rgb(238,36,52); }
div.DivClassName
{
background-color: #EE2434;
}
.BgClassName
{
background-color: #EE2434;
}
</style>
border-color css
<style>
span { border-color: #EE2434; }
span { border-color: rgb(238,36,52); }
td.TdClassName
{
border-color: #EE2434;
}
.TagClassName
{
border-color: #EE2434;
}
</style>