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