Shades of Amaranth #E9215A
Tints of Amaranth #E9215A
RGB
CMYK
RGB Variations
Color information
#E9215A (or 0xE9215A) is known color: Amaranth. HEX triplet: E9, 21 and 5A. RGB value is (233,33,90). Sum of RGB (Red+Green+Blue) = 233+33+90=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E9215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9215A is #16DEA5. Grayscale: #636363. Windows color (decimal): -1498790 or 5906921. OLE color: 5906921.
HSL color Cylindrical-coordinate representation of color #E9215A: hue angle of 342.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9215A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 90 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.09 |
| HSL | 342.9º | 0.82% | 0.52% | - |
| HSV(B) | 342.9º | 0.86% | 0.91% | - |
| XYZ | 35.99 | 19.15 | 11.47 | - |
| YUV | 99.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 90 | 0 | 0.86 | 0.61 | 0.09 | 342.9 | 0.82 | 0.52 |
| Hex | E9 | 21 | 5A | 0 | 56 | 3D | 9 | 157 | 52 | 34 |
| Octal | 351 | 41 | 132 | 0 | 126 | 75 | 11 | 527 | 122 | 64 |
| Binary | 11101001 | 100001 | 1011010 | 0 | 1010110 | 111101 | 1001 | 101010111 | 1010010 | 110100 |
Color Harmonies of #E9215A
Complementary color
Monochromatic Colors of #E9215A
Black with #E9215A
Text Example
Text Example
White with #E9215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9215A; }
p { color: rgb(233,33,90); }
H1.HeaderClassName
{
color: #E9215A;
}
.AnyTagClassName
{
color: #E9215A;
}
</style>
background-color css
<style>
a { background-color: #E9215A; }
a { background-color: rgb(233,33,90); }
div.DivClassName
{
background-color: #E9215A;
}
.BgClassName
{
background-color: #E9215A;
}
</style>
border-color css
<style>
span { border-color: #E9215A; }
span { border-color: rgb(233,33,90); }
td.TdClassName
{
border-color: #E9215A;
}
.TagClassName
{
border-color: #E9215A;
}
</style>