Shades of Alizarin #EE323E
Tints of Alizarin #EE323E
RGB
CMYK
RGB Variations
Color information
#EE323E (or 0xEE323E) is known color: Alizarin. HEX triplet: EE, 32 and 3E. RGB value is (238,50,62). Sum of RGB (Red+Green+Blue) = 238+50+62=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE323E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE323E is #11CDC1. Grayscale: #6B6B6B. Windows color (decimal): -1166786 or 4076270. OLE color: 4076270.
HSL color Cylindrical-coordinate representation of color #EE323E: hue angle of 356.17º 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 #EE323E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 62 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.07 |
| HSL | 356.17º | 0.85% | 0.56% | - |
| HSV(B) | 356.17º | 0.79% | 0.93% | - |
| XYZ | 37.27 | 20.81 | 6.61 | - |
| YUV | 107.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 62 | 0 | 0.79 | 0.74 | 0.07 | 356.17 | 0.85 | 0.56 |
| Hex | EE | 32 | 3E | 0 | 4F | 4A | 7 | 164 | 55 | 38 |
| Octal | 356 | 62 | 76 | 0 | 117 | 112 | 7 | 544 | 125 | 70 |
| Binary | 11101110 | 110010 | 111110 | 0 | 1001111 | 1001010 | 111 | 101100100 | 1010101 | 111000 |
Color Harmonies of #EE323E
Complementary color
Monochromatic Colors of #EE323E
Black with #EE323E
Text Example
Text Example
White with #EE323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE323E; }
p { color: rgb(238,50,62); }
H1.HeaderClassName
{
color: #EE323E;
}
.AnyTagClassName
{
color: #EE323E;
}
</style>
background-color css
<style>
a { background-color: #EE323E; }
a { background-color: rgb(238,50,62); }
div.DivClassName
{
background-color: #EE323E;
}
.BgClassName
{
background-color: #EE323E;
}
</style>
border-color css
<style>
span { border-color: #EE323E; }
span { border-color: rgb(238,50,62); }
td.TdClassName
{
border-color: #EE323E;
}
.TagClassName
{
border-color: #EE323E;
}
</style>