Shades of Alizarin #EE2340
Tints of Alizarin #EE2340
RGB
CMYK
RGB Variations
Color information
#EE2340 (or 0xEE2340) is known color: Alizarin. HEX triplet: EE, 23 and 40. RGB value is (238,35,64). Sum of RGB (Red+Green+Blue) = 238+35+64=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2340 is #11DCBF. Grayscale: #636363. Windows color (decimal): -1170624 or 4203502. OLE color: 4203502.
HSL color Cylindrical-coordinate representation of color #EE2340: hue angle of 351.43º 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 #EE2340 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 64 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.07 |
| HSL | 351.43º | 0.86% | 0.54% | - |
| HSV(B) | 351.43º | 0.85% | 0.93% | - |
| XYZ | 36.79 | 19.75 | 6.72 | - |
| YUV | 99 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 64 | 0 | 0.85 | 0.73 | 0.07 | 351.43 | 0.86 | 0.54 |
| Hex | EE | 23 | 40 | 0 | 55 | 49 | 7 | 15F | 56 | 36 |
| Octal | 356 | 43 | 100 | 0 | 125 | 111 | 7 | 537 | 126 | 66 |
| Binary | 11101110 | 100011 | 1000000 | 0 | 1010101 | 1001001 | 111 | 101011111 | 1010110 | 110110 |
Color Harmonies of #EE2340
Complementary color
Monochromatic Colors of #EE2340
Black with #EE2340
Text Example
Text Example
White with #EE2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2340; }
p { color: rgb(238,35,64); }
H1.HeaderClassName
{
color: #EE2340;
}
.AnyTagClassName
{
color: #EE2340;
}
</style>
background-color css
<style>
a { background-color: #EE2340; }
a { background-color: rgb(238,35,64); }
div.DivClassName
{
background-color: #EE2340;
}
.BgClassName
{
background-color: #EE2340;
}
</style>
border-color css
<style>
span { border-color: #EE2340; }
span { border-color: rgb(238,35,64); }
td.TdClassName
{
border-color: #EE2340;
}
.TagClassName
{
border-color: #EE2340;
}
</style>