Shades of Amaranth #EE354C
Tints of Amaranth #EE354C
RGB
CMYK
RGB Variations
Color information
#EE354C (or 0xEE354C) is known color: Amaranth. HEX triplet: EE, 35 and 4C. RGB value is (238,53,76). Sum of RGB (Red+Green+Blue) = 238+53+76=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE354C is #11CAB3. Grayscale: #6F6F6F. Windows color (decimal): -1166004 or 4994542. OLE color: 4994542.
HSL color Cylindrical-coordinate representation of color #EE354C: hue angle of 352.54º 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 #EE354C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 76 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.07 |
| HSL | 352.54º | 0.84% | 0.57% | - |
| HSV(B) | 352.54º | 0.78% | 0.93% | - |
| XYZ | 37.84 | 21.25 | 8.94 | - |
| YUV | 110.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 76 | 0 | 0.78 | 0.68 | 0.07 | 352.54 | 0.84 | 0.57 |
| Hex | EE | 35 | 4C | 0 | 4E | 44 | 7 | 161 | 54 | 39 |
| Octal | 356 | 65 | 114 | 0 | 116 | 104 | 7 | 541 | 124 | 71 |
| Binary | 11101110 | 110101 | 1001100 | 0 | 1001110 | 1000100 | 111 | 101100001 | 1010100 | 111001 |
Color Harmonies of #EE354C
Complementary color
Monochromatic Colors of #EE354C
Black with #EE354C
Text Example
Text Example
White with #EE354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE354C; }
p { color: rgb(238,53,76); }
H1.HeaderClassName
{
color: #EE354C;
}
.AnyTagClassName
{
color: #EE354C;
}
</style>
background-color css
<style>
a { background-color: #EE354C; }
a { background-color: rgb(238,53,76); }
div.DivClassName
{
background-color: #EE354C;
}
.BgClassName
{
background-color: #EE354C;
}
</style>
border-color css
<style>
span { border-color: #EE354C; }
span { border-color: rgb(238,53,76); }
td.TdClassName
{
border-color: #EE354C;
}
.TagClassName
{
border-color: #EE354C;
}
</style>