Shades of Alizarin #EE353C
Tints of Alizarin #EE353C
RGB
CMYK
RGB Variations
Color information
#EE353C (or 0xEE353C) is known color: Alizarin. HEX triplet: EE, 35 and 3C. RGB value is (238,53,60). Sum of RGB (Red+Green+Blue) = 238+53+60=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE353C is #11CAC3. Grayscale: #6D6D6D. Windows color (decimal): -1166020 or 3945966. OLE color: 3945966.
HSL color Cylindrical-coordinate representation of color #EE353C: hue angle of 357.73º 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 #EE353C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 53 | 60 | - |
CMYK | 0 | 0.78 | 0.75 | 0.07 |
HSL | 357.73º | 0.84% | 0.57% | - |
HSV(B) | 357.73º | 0.78% | 0.93% | - |
XYZ | 37.35 | 21.05 | 6.37 | - |
YUV | 109.11 | 100.29 | 219.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 53 | 60 | 0 | 0.78 | 0.75 | 0.07 | 357.73 | 0.84 | 0.57 |
Hex | EE | 35 | 3C | 0 | 4E | 4B | 7 | 166 | 54 | 39 |
Octal | 356 | 65 | 74 | 0 | 116 | 113 | 7 | 546 | 124 | 71 |
Binary | 11101110 | 110101 | 111100 | 0 | 1001110 | 1001011 | 111 | 101100110 | 1010100 | 111001 |
Color Harmonies of #EE353C
Complementary color
Monochromatic Colors of #EE353C
Black with #EE353C
Text Example
Text Example
White with #EE353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE353C; }
p { color: rgb(238,53,60); }
H1.HeaderClassName
{
color: #EE353C;
}
.AnyTagClassName
{
color: #EE353C;
}
</style>
background-color css
<style>
a { background-color: #EE353C; }
a { background-color: rgb(238,53,60); }
div.DivClassName
{
background-color: #EE353C;
}
.BgClassName
{
background-color: #EE353C;
}
</style>
border-color css
<style>
span { border-color: #EE353C; }
span { border-color: rgb(238,53,60); }
td.TdClassName
{
border-color: #EE353C;
}
.TagClassName
{
border-color: #EE353C;
}
</style>