Shades of Amaranth #EE3547
Tints of Amaranth #EE3547
RGB
CMYK
RGB Variations
Color information
#EE3547 (or 0xEE3547) is known color: Amaranth. HEX triplet: EE, 35 and 47. RGB value is (238,53,71). Sum of RGB (Red+Green+Blue) = 238+53+71=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3547 is #11CAB8. Grayscale: #6E6E6E. Windows color (decimal): -1166009 or 4666862. OLE color: 4666862.
HSL color Cylindrical-coordinate representation of color #EE3547: hue angle of 354.16º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3547 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 71 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.07 |
| HSL | 354.16º | 0.84% | 0.57% | - |
| HSV(B) | 354.16º | 0.78% | 0.93% | - |
| XYZ | 37.67 | 21.18 | 8.06 | - |
| YUV | 110.37 | 105.79 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 71 | 0 | 0.78 | 0.70 | 0.07 | 354.16 | 0.84 | 0.57 |
| Hex | EE | 35 | 47 | 0 | 4E | 46 | 7 | 162 | 54 | 39 |
| Octal | 356 | 65 | 107 | 0 | 116 | 106 | 7 | 542 | 124 | 71 |
| Binary | 11101110 | 110101 | 1000111 | 0 | 1001110 | 1000110 | 111 | 101100010 | 1010100 | 111001 |
Color Harmonies of #EE3547
Complementary color
Monochromatic Colors of #EE3547
Black with #EE3547
Text Example
Text Example
White with #EE3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3547; }
p { color: rgb(238,53,71); }
H1.HeaderClassName
{
color: #EE3547;
}
.AnyTagClassName
{
color: #EE3547;
}
</style>
background-color css
<style>
a { background-color: #EE3547; }
a { background-color: rgb(238,53,71); }
div.DivClassName
{
background-color: #EE3547;
}
.BgClassName
{
background-color: #EE3547;
}
</style>
border-color css
<style>
span { border-color: #EE3547; }
span { border-color: rgb(238,53,71); }
td.TdClassName
{
border-color: #EE3547;
}
.TagClassName
{
border-color: #EE3547;
}
</style>