Shades of Amaranth #EE1850
Tints of Amaranth #EE1850
RGB
CMYK
RGB Variations
Color information
#EE1850 (or 0xEE1850) is known color: Amaranth. HEX triplet: EE, 18 and 50. RGB value is (238,24,80). Sum of RGB (Red+Green+Blue) = 238+24+80=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1850 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1850 is #11E7AF. Grayscale: #5E5E5E. Windows color (decimal): -1173424 or 5249262. OLE color: 5249262.
HSL color Cylindrical-coordinate representation of color #EE1850: hue angle of 344.3º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1850 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 80 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.07 |
| HSL | 344.3º | 0.86% | 0.51% | - |
| HSV(B) | 344.3º | 0.9% | 0.93% | - |
| XYZ | 37.03 | 19.41 | 9.38 | - |
| YUV | 94.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 80 | 0 | 0.90 | 0.66 | 0.07 | 344.3 | 0.86 | 0.51 |
| Hex | EE | 18 | 50 | 0 | 5A | 42 | 7 | 158 | 56 | 33 |
| Octal | 356 | 30 | 120 | 0 | 132 | 102 | 7 | 530 | 126 | 63 |
| Binary | 11101110 | 11000 | 1010000 | 0 | 1011010 | 1000010 | 111 | 101011000 | 1010110 | 110011 |
Color Harmonies of #EE1850
Complementary color
Monochromatic Colors of #EE1850
Black with #EE1850
Text Example
Text Example
White with #EE1850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1850; }
p { color: rgb(238,24,80); }
H1.HeaderClassName
{
color: #EE1850;
}
.AnyTagClassName
{
color: #EE1850;
}
</style>
background-color css
<style>
a { background-color: #EE1850; }
a { background-color: rgb(238,24,80); }
div.DivClassName
{
background-color: #EE1850;
}
.BgClassName
{
background-color: #EE1850;
}
</style>
border-color css
<style>
span { border-color: #EE1850; }
span { border-color: rgb(238,24,80); }
td.TdClassName
{
border-color: #EE1850;
}
.TagClassName
{
border-color: #EE1850;
}
</style>