Shades of Amaranth #EE424A
Tints of Amaranth #EE424A
RGB
CMYK
RGB Variations
Color information
#EE424A (or 0xEE424A) is known color: Amaranth. HEX triplet: EE, 42 and 4A. RGB value is (238,66,74). Sum of RGB (Red+Green+Blue) = 238+66+74=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE424A is #11BDB5. Grayscale: #767676. Windows color (decimal): -1162678 or 4866798. OLE color: 4866798.
HSL color Cylindrical-coordinate representation of color #EE424A: hue angle of 357.21º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE424A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 74 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.07 |
| HSL | 357.21º | 0.83% | 0.6% | - |
| HSV(B) | 357.21º | 0.72% | 0.93% | - |
| XYZ | 38.44 | 22.57 | 8.81 | - |
| YUV | 118.34 | 102.98 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 74 | 0 | 0.72 | 0.69 | 0.07 | 357.21 | 0.83 | 0.6 |
| Hex | EE | 42 | 4A | 0 | 48 | 45 | 7 | 165 | 53 | 3C |
| Octal | 356 | 102 | 112 | 0 | 110 | 105 | 7 | 545 | 123 | 74 |
| Binary | 11101110 | 1000010 | 1001010 | 0 | 1001000 | 1000101 | 111 | 101100101 | 1010011 | 111100 |
Color Harmonies of #EE424A
Complementary color
Monochromatic Colors of #EE424A
Black with #EE424A
Text Example
Text Example
White with #EE424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE424A; }
p { color: rgb(238,66,74); }
H1.HeaderClassName
{
color: #EE424A;
}
.AnyTagClassName
{
color: #EE424A;
}
</style>
background-color css
<style>
a { background-color: #EE424A; }
a { background-color: rgb(238,66,74); }
div.DivClassName
{
background-color: #EE424A;
}
.BgClassName
{
background-color: #EE424A;
}
</style>
border-color css
<style>
span { border-color: #EE424A; }
span { border-color: rgb(238,66,74); }
td.TdClassName
{
border-color: #EE424A;
}
.TagClassName
{
border-color: #EE424A;
}
</style>