Shades of Amaranth #EE1E4F
Tints of Amaranth #EE1E4F
RGB
CMYK
RGB Variations
Color information
#EE1E4F (or 0xEE1E4F) is known color: Amaranth. HEX triplet: EE, 1E and 4F. RGB value is (238,30,79). Sum of RGB (Red+Green+Blue) = 238+30+79=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1E4F is #11E1B0. Grayscale: #616161. Windows color (decimal): -1171889 or 5185262. OLE color: 5185262.
HSL color Cylindrical-coordinate representation of color #EE1E4F: hue angle of 345.87º 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 #EE1E4F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 79 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.07 |
| HSL | 345.87º | 0.86% | 0.53% | - |
| HSV(B) | 345.87º | 0.87% | 0.93% | - |
| XYZ | 37.14 | 19.67 | 9.24 | - |
| YUV | 97.78 | 117.41 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 79 | 0 | 0.87 | 0.67 | 0.07 | 345.87 | 0.86 | 0.53 |
| Hex | EE | 1E | 4F | 0 | 57 | 43 | 7 | 15A | 56 | 35 |
| Octal | 356 | 36 | 117 | 0 | 127 | 103 | 7 | 532 | 126 | 65 |
| Binary | 11101110 | 11110 | 1001111 | 0 | 1010111 | 1000011 | 111 | 101011010 | 1010110 | 110101 |
Color Harmonies of #EE1E4F
Complementary color
Monochromatic Colors of #EE1E4F
Black with #EE1E4F
Text Example
Text Example
White with #EE1E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E4F; }
p { color: rgb(238,30,79); }
H1.HeaderClassName
{
color: #EE1E4F;
}
.AnyTagClassName
{
color: #EE1E4F;
}
</style>
background-color css
<style>
a { background-color: #EE1E4F; }
a { background-color: rgb(238,30,79); }
div.DivClassName
{
background-color: #EE1E4F;
}
.BgClassName
{
background-color: #EE1E4F;
}
</style>
border-color css
<style>
span { border-color: #EE1E4F; }
span { border-color: rgb(238,30,79); }
td.TdClassName
{
border-color: #EE1E4F;
}
.TagClassName
{
border-color: #EE1E4F;
}
</style>