Shades of Amaranth #EE414F
Tints of Amaranth #EE414F
RGB
CMYK
RGB Variations
Color information
#EE414F (or 0xEE414F) is known color: Amaranth. HEX triplet: EE, 41 and 4F. RGB value is (238,65,79). Sum of RGB (Red+Green+Blue) = 238+65+79=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE414F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE414F is #11BEB0. Grayscale: #767676. Windows color (decimal): -1162929 or 5194222. OLE color: 5194222.
HSL color Cylindrical-coordinate representation of color #EE414F: hue angle of 355.14º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE414F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 65 | 79 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.07 |
| HSL | 355.14º | 0.84% | 0.59% | - |
| HSV(B) | 355.14º | 0.73% | 0.93% | - |
| XYZ | 38.56 | 22.52 | 9.71 | - |
| YUV | 118.32 | 105.81 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 65 | 79 | 0 | 0.73 | 0.67 | 0.07 | 355.14 | 0.84 | 0.59 |
| Hex | EE | 41 | 4F | 0 | 49 | 43 | 7 | 163 | 54 | 3B |
| Octal | 356 | 101 | 117 | 0 | 111 | 103 | 7 | 543 | 124 | 73 |
| Binary | 11101110 | 1000001 | 1001111 | 0 | 1001001 | 1000011 | 111 | 101100011 | 1010100 | 111011 |
Color Harmonies of #EE414F
Complementary color
Monochromatic Colors of #EE414F
Black with #EE414F
Text Example
Text Example
White with #EE414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE414F; }
p { color: rgb(238,65,79); }
H1.HeaderClassName
{
color: #EE414F;
}
.AnyTagClassName
{
color: #EE414F;
}
</style>
background-color css
<style>
a { background-color: #EE414F; }
a { background-color: rgb(238,65,79); }
div.DivClassName
{
background-color: #EE414F;
}
.BgClassName
{
background-color: #EE414F;
}
</style>
border-color css
<style>
span { border-color: #EE414F; }
span { border-color: rgb(238,65,79); }
td.TdClassName
{
border-color: #EE414F;
}
.TagClassName
{
border-color: #EE414F;
}
</style>