Shades of Alizarin #EE3C40
Tints of Alizarin #EE3C40
RGB
CMYK
RGB Variations
Color information
#EE3C40 (or 0xEE3C40) is known color: Alizarin. HEX triplet: EE, 3C and 40. RGB value is (238,60,64). Sum of RGB (Red+Green+Blue) = 238+60+64=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C40 is #11C3BF. Grayscale: #717171. Windows color (decimal): -1164224 or 4209902. OLE color: 4209902.
HSL color Cylindrical-coordinate representation of color #EE3C40: hue angle of 358.65º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3C40 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 64 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.07 |
| HSL | 358.65º | 0.84% | 0.58% | - |
| HSV(B) | 358.65º | 0.75% | 0.93% | - |
| XYZ | 37.8 | 21.78 | 7.06 | - |
| YUV | 113.68 | 99.97 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 64 | 0 | 0.75 | 0.73 | 0.07 | 358.65 | 0.84 | 0.58 |
| Hex | EE | 3C | 40 | 0 | 4B | 49 | 7 | 167 | 54 | 3A |
| Octal | 356 | 74 | 100 | 0 | 113 | 111 | 7 | 547 | 124 | 72 |
| Binary | 11101110 | 111100 | 1000000 | 0 | 1001011 | 1001001 | 111 | 101100111 | 1010100 | 111010 |
Color Harmonies of #EE3C40
Complementary color
Monochromatic Colors of #EE3C40
Black with #EE3C40
Text Example
Text Example
White with #EE3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C40; }
p { color: rgb(238,60,64); }
H1.HeaderClassName
{
color: #EE3C40;
}
.AnyTagClassName
{
color: #EE3C40;
}
</style>
background-color css
<style>
a { background-color: #EE3C40; }
a { background-color: rgb(238,60,64); }
div.DivClassName
{
background-color: #EE3C40;
}
.BgClassName
{
background-color: #EE3C40;
}
</style>
border-color css
<style>
span { border-color: #EE3C40; }
span { border-color: rgb(238,60,64); }
td.TdClassName
{
border-color: #EE3C40;
}
.TagClassName
{
border-color: #EE3C40;
}
</style>