Shades of Amaranth #EE464A
Tints of Amaranth #EE464A
RGB
CMYK
RGB Variations
Color information
#EE464A (or 0xEE464A) is known color: Amaranth. HEX triplet: EE, 46 and 4A. RGB value is (238,70,74). Sum of RGB (Red+Green+Blue) = 238+70+74=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE464A is #11B9B5. Grayscale: #787878. Windows color (decimal): -1161654 or 4867822. OLE color: 4867822.
HSL color Cylindrical-coordinate representation of color #EE464A: hue angle of 358.57º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE464A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 74 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.07 |
| HSL | 358.57º | 0.83% | 0.6% | - |
| HSV(B) | 358.57º | 0.71% | 0.93% | - |
| XYZ | 38.69 | 23.05 | 8.89 | - |
| YUV | 120.69 | 101.66 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 74 | 0 | 0.71 | 0.69 | 0.07 | 358.57 | 0.83 | 0.6 |
| Hex | EE | 46 | 4A | 0 | 47 | 45 | 7 | 167 | 53 | 3C |
| Octal | 356 | 106 | 112 | 0 | 107 | 105 | 7 | 547 | 123 | 74 |
| Binary | 11101110 | 1000110 | 1001010 | 0 | 1000111 | 1000101 | 111 | 101100111 | 1010011 | 111100 |
Color Harmonies of #EE464A
Complementary color
Monochromatic Colors of #EE464A
Black with #EE464A
Text Example
Text Example
White with #EE464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE464A; }
p { color: rgb(238,70,74); }
H1.HeaderClassName
{
color: #EE464A;
}
.AnyTagClassName
{
color: #EE464A;
}
</style>
background-color css
<style>
a { background-color: #EE464A; }
a { background-color: rgb(238,70,74); }
div.DivClassName
{
background-color: #EE464A;
}
.BgClassName
{
background-color: #EE464A;
}
</style>
border-color css
<style>
span { border-color: #EE464A; }
span { border-color: rgb(238,70,74); }
td.TdClassName
{
border-color: #EE464A;
}
.TagClassName
{
border-color: #EE464A;
}
</style>