Shades of Amaranth #EE215B
Tints of Amaranth #EE215B
RGB
CMYK
RGB Variations
Color information
#EE215B (or 0xEE215B) is known color: Amaranth. HEX triplet: EE, 21 and 5B. RGB value is (238,33,91). Sum of RGB (Red+Green+Blue) = 238+33+91=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE215B is #11DEA4. Grayscale: #646464. Windows color (decimal): -1171109 or 5972462. OLE color: 5972462.
HSL color Cylindrical-coordinate representation of color #EE215B: hue angle of 343.02º 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 #EE215B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 91 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.07 |
| HSL | 343.02º | 0.86% | 0.53% | - |
| HSV(B) | 343.02º | 0.86% | 0.93% | - |
| XYZ | 37.69 | 20.02 | 11.78 | - |
| YUV | 100.91 | 122.42 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 91 | 0 | 0.86 | 0.62 | 0.07 | 343.02 | 0.86 | 0.53 |
| Hex | EE | 21 | 5B | 0 | 56 | 3E | 7 | 157 | 56 | 35 |
| Octal | 356 | 41 | 133 | 0 | 126 | 76 | 7 | 527 | 126 | 65 |
| Binary | 11101110 | 100001 | 1011011 | 0 | 1010110 | 111110 | 111 | 101010111 | 1010110 | 110101 |
Color Harmonies of #EE215B
Complementary color
Monochromatic Colors of #EE215B
Black with #EE215B
Text Example
Text Example
White with #EE215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE215B; }
p { color: rgb(238,33,91); }
H1.HeaderClassName
{
color: #EE215B;
}
.AnyTagClassName
{
color: #EE215B;
}
</style>
background-color css
<style>
a { background-color: #EE215B; }
a { background-color: rgb(238,33,91); }
div.DivClassName
{
background-color: #EE215B;
}
.BgClassName
{
background-color: #EE215B;
}
</style>
border-color css
<style>
span { border-color: #EE215B; }
span { border-color: rgb(238,33,91); }
td.TdClassName
{
border-color: #EE215B;
}
.TagClassName
{
border-color: #EE215B;
}
</style>