Shades of Amaranth #EE215E
Tints of Amaranth #EE215E
RGB
CMYK
RGB Variations
Color information
#EE215E (or 0xEE215E) is known color: Amaranth. HEX triplet: EE, 21 and 5E. RGB value is (238,33,94). Sum of RGB (Red+Green+Blue) = 238+33+94=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE215E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE215E is #11DEA1. Grayscale: #656565. Windows color (decimal): -1171106 or 6169070. OLE color: 6169070.
HSL color Cylindrical-coordinate representation of color #EE215E: hue angle of 342.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 #EE215E is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 94 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.07 |
| HSL | 342.15º | 0.86% | 0.53% | - |
| HSV(B) | 342.15º | 0.86% | 0.93% | - |
| XYZ | 37.82 | 20.07 | 12.47 | - |
| YUV | 101.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 94 | 0 | 0.86 | 0.61 | 0.07 | 342.15 | 0.86 | 0.53 |
| Hex | EE | 21 | 5E | 0 | 56 | 3D | 7 | 156 | 56 | 35 |
| Octal | 356 | 41 | 136 | 0 | 126 | 75 | 7 | 526 | 126 | 65 |
| Binary | 11101110 | 100001 | 1011110 | 0 | 1010110 | 111101 | 111 | 101010110 | 1010110 | 110101 |
Color Harmonies of #EE215E
Complementary color
Monochromatic Colors of #EE215E
Black with #EE215E
Text Example
Text Example
White with #EE215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE215E; }
p { color: rgb(238,33,94); }
H1.HeaderClassName
{
color: #EE215E;
}
.AnyTagClassName
{
color: #EE215E;
}
</style>
background-color css
<style>
a { background-color: #EE215E; }
a { background-color: rgb(238,33,94); }
div.DivClassName
{
background-color: #EE215E;
}
.BgClassName
{
background-color: #EE215E;
}
</style>
border-color css
<style>
span { border-color: #EE215E; }
span { border-color: rgb(238,33,94); }
td.TdClassName
{
border-color: #EE215E;
}
.TagClassName
{
border-color: #EE215E;
}
</style>