Shades of Alizarin #EE2135
Tints of Alizarin #EE2135
RGB
CMYK
RGB Variations
Color information
#EE2135 (or 0xEE2135) is known color: Alizarin. HEX triplet: EE, 21 and 35. RGB value is (238,33,53). Sum of RGB (Red+Green+Blue) = 238+33+53=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2135 is #11DECA. Grayscale: #606060. Windows color (decimal): -1171147 or 3482094. OLE color: 3482094.
HSL color Cylindrical-coordinate representation of color #EE2135: hue angle of 354.15º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2135 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 53 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.07 |
| HSL | 354.15º | 0.86% | 0.53% | - |
| HSV(B) | 354.15º | 0.86% | 0.93% | - |
| XYZ | 36.45 | 19.52 | 5.22 | - |
| YUV | 96.58 | 103.42 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 53 | 0 | 0.86 | 0.78 | 0.07 | 354.15 | 0.86 | 0.53 |
| Hex | EE | 21 | 35 | 0 | 56 | 4E | 7 | 162 | 56 | 35 |
| Octal | 356 | 41 | 65 | 0 | 126 | 116 | 7 | 542 | 126 | 65 |
| Binary | 11101110 | 100001 | 110101 | 0 | 1010110 | 1001110 | 111 | 101100010 | 1010110 | 110101 |
Color Harmonies of #EE2135
Complementary color
Monochromatic Colors of #EE2135
Black with #EE2135
Text Example
Text Example
White with #EE2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2135; }
p { color: rgb(238,33,53); }
H1.HeaderClassName
{
color: #EE2135;
}
.AnyTagClassName
{
color: #EE2135;
}
</style>
background-color css
<style>
a { background-color: #EE2135; }
a { background-color: rgb(238,33,53); }
div.DivClassName
{
background-color: #EE2135;
}
.BgClassName
{
background-color: #EE2135;
}
</style>
border-color css
<style>
span { border-color: #EE2135; }
span { border-color: rgb(238,33,53); }
td.TdClassName
{
border-color: #EE2135;
}
.TagClassName
{
border-color: #EE2135;
}
</style>