Shades of Amaranth #EE345A
Tints of Amaranth #EE345A
RGB
CMYK
RGB Variations
Color information
#EE345A (or 0xEE345A) is known color: Amaranth. HEX triplet: EE, 34 and 5A. RGB value is (238,52,90). Sum of RGB (Red+Green+Blue) = 238+52+90=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE345A is #11CBA5. Grayscale: #6F6F6F. Windows color (decimal): -1166246 or 5911790. OLE color: 5911790.
HSL color Cylindrical-coordinate representation of color #EE345A: hue angle of 347.74º degrees, saturation: 0.85, 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 #EE345A is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 90 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.07 |
| HSL | 347.74º | 0.85% | 0.57% | - |
| HSV(B) | 347.74º | 0.78% | 0.93% | - |
| XYZ | 38.33 | 21.37 | 11.78 | - |
| YUV | 111.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 90 | 0 | 0.78 | 0.62 | 0.07 | 347.74 | 0.85 | 0.57 |
| Hex | EE | 34 | 5A | 0 | 4E | 3E | 7 | 15C | 55 | 39 |
| Octal | 356 | 64 | 132 | 0 | 116 | 76 | 7 | 534 | 125 | 71 |
| Binary | 11101110 | 110100 | 1011010 | 0 | 1001110 | 111110 | 111 | 101011100 | 1010101 | 111001 |
Color Harmonies of #EE345A
Complementary color
Monochromatic Colors of #EE345A
Black with #EE345A
Text Example
Text Example
White with #EE345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE345A; }
p { color: rgb(238,52,90); }
H1.HeaderClassName
{
color: #EE345A;
}
.AnyTagClassName
{
color: #EE345A;
}
</style>
background-color css
<style>
a { background-color: #EE345A; }
a { background-color: rgb(238,52,90); }
div.DivClassName
{
background-color: #EE345A;
}
.BgClassName
{
background-color: #EE345A;
}
</style>
border-color css
<style>
span { border-color: #EE345A; }
span { border-color: rgb(238,52,90); }
td.TdClassName
{
border-color: #EE345A;
}
.TagClassName
{
border-color: #EE345A;
}
</style>