Shades of Alizarin #EE343A
Tints of Alizarin #EE343A
RGB
CMYK
RGB Variations
Color information
#EE343A (or 0xEE343A) is known color: Alizarin. HEX triplet: EE, 34 and 3A. RGB value is (238,52,58). Sum of RGB (Red+Green+Blue) = 238+52+58=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE343A is #11CBC5. Grayscale: #6C6C6C. Windows color (decimal): -1166278 or 3814638. OLE color: 3814638.
HSL color Cylindrical-coordinate representation of color #EE343A: hue angle of 358.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE343A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 58 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.07 |
| HSL | 358.06º | 0.85% | 0.57% | - |
| HSV(B) | 358.06º | 0.78% | 0.93% | - |
| XYZ | 37.25 | 20.94 | 6.08 | - |
| YUV | 108.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 58 | 0 | 0.78 | 0.76 | 0.07 | 358.06 | 0.85 | 0.57 |
| Hex | EE | 34 | 3A | 0 | 4E | 4C | 7 | 166 | 55 | 39 |
| Octal | 356 | 64 | 72 | 0 | 116 | 114 | 7 | 546 | 125 | 71 |
| Binary | 11101110 | 110100 | 111010 | 0 | 1001110 | 1001100 | 111 | 101100110 | 1010101 | 111001 |
Color Harmonies of #EE343A
Complementary color
Monochromatic Colors of #EE343A
Black with #EE343A
Text Example
Text Example
White with #EE343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE343A; }
p { color: rgb(238,52,58); }
H1.HeaderClassName
{
color: #EE343A;
}
.AnyTagClassName
{
color: #EE343A;
}
</style>
background-color css
<style>
a { background-color: #EE343A; }
a { background-color: rgb(238,52,58); }
div.DivClassName
{
background-color: #EE343A;
}
.BgClassName
{
background-color: #EE343A;
}
</style>
border-color css
<style>
span { border-color: #EE343A; }
span { border-color: rgb(238,52,58); }
td.TdClassName
{
border-color: #EE343A;
}
.TagClassName
{
border-color: #EE343A;
}
</style>