Shades of Alizarin #EE3542
Tints of Alizarin #EE3542
RGB
CMYK
RGB Variations
Color information
#EE3542 (or 0xEE3542) is known color: Alizarin. HEX triplet: EE, 35 and 42. RGB value is (238,53,66). Sum of RGB (Red+Green+Blue) = 238+53+66=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3542 is #11CABD. Grayscale: #6D6D6D. Windows color (decimal): -1166014 or 4339182. OLE color: 4339182.
HSL color Cylindrical-coordinate representation of color #EE3542: hue angle of 355.78º degrees, saturation: 0.84, 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 #EE3542 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 66 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.07 |
| HSL | 355.78º | 0.84% | 0.57% | - |
| HSV(B) | 355.78º | 0.78% | 0.93% | - |
| XYZ | 37.52 | 21.12 | 7.25 | - |
| YUV | 109.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 66 | 0 | 0.78 | 0.72 | 0.07 | 355.78 | 0.84 | 0.57 |
| Hex | EE | 35 | 42 | 0 | 4E | 48 | 7 | 164 | 54 | 39 |
| Octal | 356 | 65 | 102 | 0 | 116 | 110 | 7 | 544 | 124 | 71 |
| Binary | 11101110 | 110101 | 1000010 | 0 | 1001110 | 1001000 | 111 | 101100100 | 1010100 | 111001 |
Color Harmonies of #EE3542
Complementary color
Monochromatic Colors of #EE3542
Black with #EE3542
Text Example
Text Example
White with #EE3542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3542; }
p { color: rgb(238,53,66); }
H1.HeaderClassName
{
color: #EE3542;
}
.AnyTagClassName
{
color: #EE3542;
}
</style>
background-color css
<style>
a { background-color: #EE3542; }
a { background-color: rgb(238,53,66); }
div.DivClassName
{
background-color: #EE3542;
}
.BgClassName
{
background-color: #EE3542;
}
</style>
border-color css
<style>
span { border-color: #EE3542; }
span { border-color: rgb(238,53,66); }
td.TdClassName
{
border-color: #EE3542;
}
.TagClassName
{
border-color: #EE3542;
}
</style>