Shades of Amaranth #EE215A
Tints of Amaranth #EE215A
RGB
CMYK
RGB Variations
Color information
#EE215A (or 0xEE215A) is known color: Amaranth. HEX triplet: EE, 21 and 5A. RGB value is (238,33,90). Sum of RGB (Red+Green+Blue) = 238+33+90=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE215A is #11DEA5. Grayscale: #646464. Windows color (decimal): -1171110 or 5906926. OLE color: 5906926.
HSL color Cylindrical-coordinate representation of color #EE215A: hue angle of 343.32º 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 #EE215A is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 90 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.07 |
| HSL | 343.32º | 0.86% | 0.53% | - |
| HSV(B) | 343.32º | 0.86% | 0.93% | - |
| XYZ | 37.65 | 20 | 11.55 | - |
| YUV | 100.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 90 | 0 | 0.86 | 0.62 | 0.07 | 343.32 | 0.86 | 0.53 |
| Hex | EE | 21 | 5A | 0 | 56 | 3E | 7 | 157 | 56 | 35 |
| Octal | 356 | 41 | 132 | 0 | 126 | 76 | 7 | 527 | 126 | 65 |
| Binary | 11101110 | 100001 | 1011010 | 0 | 1010110 | 111110 | 111 | 101010111 | 1010110 | 110101 |
Color Harmonies of #EE215A
Complementary color
Monochromatic Colors of #EE215A
Black with #EE215A
Text Example
Text Example
White with #EE215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE215A; }
p { color: rgb(238,33,90); }
H1.HeaderClassName
{
color: #EE215A;
}
.AnyTagClassName
{
color: #EE215A;
}
</style>
background-color css
<style>
a { background-color: #EE215A; }
a { background-color: rgb(238,33,90); }
div.DivClassName
{
background-color: #EE215A;
}
.BgClassName
{
background-color: #EE215A;
}
</style>
border-color css
<style>
span { border-color: #EE215A; }
span { border-color: rgb(238,33,90); }
td.TdClassName
{
border-color: #EE215A;
}
.TagClassName
{
border-color: #EE215A;
}
</style>