Shades of Alizarin #EE323A
Tints of Alizarin #EE323A
RGB
CMYK
RGB Variations
Color information
#EE323A (or 0xEE323A) is known color: Alizarin. HEX triplet: EE, 32 and 3A. RGB value is (238,50,58). Sum of RGB (Red+Green+Blue) = 238+50+58=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE323A is #11CDC5. Grayscale: #6B6B6B. Windows color (decimal): -1166790 or 3814126. OLE color: 3814126.
HSL color Cylindrical-coordinate representation of color #EE323A: hue angle of 357.45º 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 #EE323A is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 58 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.07 |
| HSL | 357.45º | 0.85% | 0.56% | - |
| HSV(B) | 357.45º | 0.79% | 0.93% | - |
| XYZ | 37.16 | 20.76 | 6.05 | - |
| YUV | 107.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 58 | 0 | 0.79 | 0.76 | 0.07 | 357.45 | 0.85 | 0.56 |
| Hex | EE | 32 | 3A | 0 | 4F | 4C | 7 | 165 | 55 | 38 |
| Octal | 356 | 62 | 72 | 0 | 117 | 114 | 7 | 545 | 125 | 70 |
| Binary | 11101110 | 110010 | 111010 | 0 | 1001111 | 1001100 | 111 | 101100101 | 1010101 | 111000 |
Color Harmonies of #EE323A
Complementary color
Monochromatic Colors of #EE323A
Black with #EE323A
Text Example
Text Example
White with #EE323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE323A; }
p { color: rgb(238,50,58); }
H1.HeaderClassName
{
color: #EE323A;
}
.AnyTagClassName
{
color: #EE323A;
}
</style>
background-color css
<style>
a { background-color: #EE323A; }
a { background-color: rgb(238,50,58); }
div.DivClassName
{
background-color: #EE323A;
}
.BgClassName
{
background-color: #EE323A;
}
</style>
border-color css
<style>
span { border-color: #EE323A; }
span { border-color: rgb(238,50,58); }
td.TdClassName
{
border-color: #EE323A;
}
.TagClassName
{
border-color: #EE323A;
}
</style>