Shades of Alizarin #EE313C
Tints of Alizarin #EE313C
RGB
CMYK
RGB Variations
Color information
#EE313C (or 0xEE313C) is known color: Alizarin. HEX triplet: EE, 31 and 3C. RGB value is (238,49,60). Sum of RGB (Red+Green+Blue) = 238+49+60=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE313C is #11CEC3. Grayscale: #6A6A6A. Windows color (decimal): -1167044 or 3944942. OLE color: 3944942.
HSL color Cylindrical-coordinate representation of color #EE313C: hue angle of 356.51º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE313C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 60 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.07 |
| HSL | 356.51º | 0.85% | 0.56% | - |
| HSV(B) | 356.51º | 0.79% | 0.93% | - |
| XYZ | 37.17 | 20.7 | 6.31 | - |
| YUV | 106.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 60 | 0 | 0.79 | 0.75 | 0.07 | 356.51 | 0.85 | 0.56 |
| Hex | EE | 31 | 3C | 0 | 4F | 4B | 7 | 165 | 55 | 38 |
| Octal | 356 | 61 | 74 | 0 | 117 | 113 | 7 | 545 | 125 | 70 |
| Binary | 11101110 | 110001 | 111100 | 0 | 1001111 | 1001011 | 111 | 101100101 | 1010101 | 111000 |
Color Harmonies of #EE313C
Complementary color
Monochromatic Colors of #EE313C
Black with #EE313C
Text Example
Text Example
White with #EE313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE313C; }
p { color: rgb(238,49,60); }
H1.HeaderClassName
{
color: #EE313C;
}
.AnyTagClassName
{
color: #EE313C;
}
</style>
background-color css
<style>
a { background-color: #EE313C; }
a { background-color: rgb(238,49,60); }
div.DivClassName
{
background-color: #EE313C;
}
.BgClassName
{
background-color: #EE313C;
}
</style>
border-color css
<style>
span { border-color: #EE313C; }
span { border-color: rgb(238,49,60); }
td.TdClassName
{
border-color: #EE313C;
}
.TagClassName
{
border-color: #EE313C;
}
</style>