Shades of Amaranth #EE1E4D
Tints of Amaranth #EE1E4D
RGB
CMYK
RGB Variations
Color information
#EE1E4D (or 0xEE1E4D) is known color: Amaranth. HEX triplet: EE, 1E and 4D. RGB value is (238,30,77). Sum of RGB (Red+Green+Blue) = 238+30+77=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1E4D is #11E1B2. Grayscale: #616161. Windows color (decimal): -1171891 or 5054190. OLE color: 5054190.
HSL color Cylindrical-coordinate representation of color #EE1E4D: hue angle of 346.44º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1E4D is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 77 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.07 |
| HSL | 346.44º | 0.86% | 0.53% | - |
| HSV(B) | 346.44º | 0.87% | 0.93% | - |
| XYZ | 37.06 | 19.64 | 8.86 | - |
| YUV | 97.55 | 116.41 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 77 | 0 | 0.87 | 0.68 | 0.07 | 346.44 | 0.86 | 0.53 |
| Hex | EE | 1E | 4D | 0 | 57 | 44 | 7 | 15A | 56 | 35 |
| Octal | 356 | 36 | 115 | 0 | 127 | 104 | 7 | 532 | 126 | 65 |
| Binary | 11101110 | 11110 | 1001101 | 0 | 1010111 | 1000100 | 111 | 101011010 | 1010110 | 110101 |
Color Harmonies of #EE1E4D
Complementary color
Monochromatic Colors of #EE1E4D
Black with #EE1E4D
Text Example
Text Example
White with #EE1E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E4D; }
p { color: rgb(238,30,77); }
H1.HeaderClassName
{
color: #EE1E4D;
}
.AnyTagClassName
{
color: #EE1E4D;
}
</style>
background-color css
<style>
a { background-color: #EE1E4D; }
a { background-color: rgb(238,30,77); }
div.DivClassName
{
background-color: #EE1E4D;
}
.BgClassName
{
background-color: #EE1E4D;
}
</style>
border-color css
<style>
span { border-color: #EE1E4D; }
span { border-color: rgb(238,30,77); }
td.TdClassName
{
border-color: #EE1E4D;
}
.TagClassName
{
border-color: #EE1E4D;
}
</style>