Shades of Amaranth #EE1D4D
Tints of Amaranth #EE1D4D
RGB
CMYK
RGB Variations
Color information
#EE1D4D (or 0xEE1D4D) is known color: Amaranth. HEX triplet: EE, 1D and 4D. RGB value is (238,29,77). Sum of RGB (Red+Green+Blue) = 238+29+77=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D4D is #11E2B2. Grayscale: #606060. Windows color (decimal): -1172147 or 5053934. OLE color: 5053934.
HSL color Cylindrical-coordinate representation of color #EE1D4D: hue angle of 346.22º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1D4D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 77 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.07 |
| HSL | 346.22º | 0.86% | 0.52% | - |
| HSV(B) | 346.22º | 0.88% | 0.93% | - |
| XYZ | 37.04 | 19.59 | 8.85 | - |
| YUV | 96.96 | 116.74 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 77 | 0 | 0.88 | 0.68 | 0.07 | 346.22 | 0.86 | 0.52 |
| Hex | EE | 1D | 4D | 0 | 58 | 44 | 7 | 15A | 56 | 34 |
| Octal | 356 | 35 | 115 | 0 | 130 | 104 | 7 | 532 | 126 | 64 |
| Binary | 11101110 | 11101 | 1001101 | 0 | 1011000 | 1000100 | 111 | 101011010 | 1010110 | 110100 |
Color Harmonies of #EE1D4D
Complementary color
Monochromatic Colors of #EE1D4D
Black with #EE1D4D
Text Example
Text Example
White with #EE1D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D4D; }
p { color: rgb(238,29,77); }
H1.HeaderClassName
{
color: #EE1D4D;
}
.AnyTagClassName
{
color: #EE1D4D;
}
</style>
background-color css
<style>
a { background-color: #EE1D4D; }
a { background-color: rgb(238,29,77); }
div.DivClassName
{
background-color: #EE1D4D;
}
.BgClassName
{
background-color: #EE1D4D;
}
</style>
border-color css
<style>
span { border-color: #EE1D4D; }
span { border-color: rgb(238,29,77); }
td.TdClassName
{
border-color: #EE1D4D;
}
.TagClassName
{
border-color: #EE1D4D;
}
</style>