Shades of Amaranth #EE1D4B
Tints of Amaranth #EE1D4B
RGB
CMYK
RGB Variations
Color information
#EE1D4B (or 0xEE1D4B) is known color: Amaranth. HEX triplet: EE, 1D and 4B. RGB value is (238,29,75). Sum of RGB (Red+Green+Blue) = 238+29+75=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1D4B is #11E2B4. Grayscale: #606060. Windows color (decimal): -1172149 or 4922862. OLE color: 4922862.
HSL color Cylindrical-coordinate representation of color #EE1D4B: hue angle of 346.79º 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 #EE1D4B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 75 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.07 |
| HSL | 346.79º | 0.86% | 0.52% | - |
| HSV(B) | 346.79º | 0.88% | 0.93% | - |
| XYZ | 36.97 | 19.56 | 8.48 | - |
| YUV | 96.74 | 115.74 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 75 | 0 | 0.88 | 0.68 | 0.07 | 346.79 | 0.86 | 0.52 |
| Hex | EE | 1D | 4B | 0 | 58 | 44 | 7 | 15B | 56 | 34 |
| Octal | 356 | 35 | 113 | 0 | 130 | 104 | 7 | 533 | 126 | 64 |
| Binary | 11101110 | 11101 | 1001011 | 0 | 1011000 | 1000100 | 111 | 101011011 | 1010110 | 110100 |
Color Harmonies of #EE1D4B
Complementary color
Monochromatic Colors of #EE1D4B
Black with #EE1D4B
Text Example
Text Example
White with #EE1D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D4B; }
p { color: rgb(238,29,75); }
H1.HeaderClassName
{
color: #EE1D4B;
}
.AnyTagClassName
{
color: #EE1D4B;
}
</style>
background-color css
<style>
a { background-color: #EE1D4B; }
a { background-color: rgb(238,29,75); }
div.DivClassName
{
background-color: #EE1D4B;
}
.BgClassName
{
background-color: #EE1D4B;
}
</style>
border-color css
<style>
span { border-color: #EE1D4B; }
span { border-color: rgb(238,29,75); }
td.TdClassName
{
border-color: #EE1D4B;
}
.TagClassName
{
border-color: #EE1D4B;
}
</style>