Shades of Alizarin #EE323B
Tints of Alizarin #EE323B
RGB
CMYK
RGB Variations
Color information
#EE323B (or 0xEE323B) is known color: Alizarin. HEX triplet: EE, 32 and 3B. RGB value is (238,50,59). Sum of RGB (Red+Green+Blue) = 238+50+59=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE323B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE323B is #11CDC4. Grayscale: #6B6B6B. Windows color (decimal): -1166789 or 3879662. OLE color: 3879662.
HSL color Cylindrical-coordinate representation of color #EE323B: hue angle of 357.13º 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 #EE323B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 59 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.07 |
| HSL | 357.13º | 0.85% | 0.56% | - |
| HSV(B) | 357.13º | 0.79% | 0.93% | - |
| XYZ | 37.19 | 20.77 | 6.19 | - |
| YUV | 107.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 59 | 0 | 0.79 | 0.75 | 0.07 | 357.13 | 0.85 | 0.56 |
| Hex | EE | 32 | 3B | 0 | 4F | 4B | 7 | 165 | 55 | 38 |
| Octal | 356 | 62 | 73 | 0 | 117 | 113 | 7 | 545 | 125 | 70 |
| Binary | 11101110 | 110010 | 111011 | 0 | 1001111 | 1001011 | 111 | 101100101 | 1010101 | 111000 |
Color Harmonies of #EE323B
Complementary color
Monochromatic Colors of #EE323B
Black with #EE323B
Text Example
Text Example
White with #EE323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE323B; }
p { color: rgb(238,50,59); }
H1.HeaderClassName
{
color: #EE323B;
}
.AnyTagClassName
{
color: #EE323B;
}
</style>
background-color css
<style>
a { background-color: #EE323B; }
a { background-color: rgb(238,50,59); }
div.DivClassName
{
background-color: #EE323B;
}
.BgClassName
{
background-color: #EE323B;
}
</style>
border-color css
<style>
span { border-color: #EE323B; }
span { border-color: rgb(238,50,59); }
td.TdClassName
{
border-color: #EE323B;
}
.TagClassName
{
border-color: #EE323B;
}
</style>