Shades of Amaranth #EA414D
Tints of Amaranth #EA414D
RGB
CMYK
RGB Variations
Color information
#EA414D (or 0xEA414D) is known color: Amaranth. HEX triplet: EA, 41 and 4D. RGB value is (234,65,77). Sum of RGB (Red+Green+Blue) = 234+65+77=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA414D is #15BEB2. Grayscale: #757575. Windows color (decimal): -1425075 or 5063146. OLE color: 5063146.
HSL color Cylindrical-coordinate representation of color #EA414D: hue angle of 355.74º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA414D is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 77 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.08 |
| HSL | 355.74º | 0.8% | 0.59% | - |
| HSV(B) | 355.74º | 0.72% | 0.92% | - |
| XYZ | 37.16 | 21.81 | 9.27 | - |
| YUV | 116.9 | 105.49 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 77 | 0 | 0.72 | 0.67 | 0.08 | 355.74 | 0.8 | 0.59 |
| Hex | EA | 41 | 4D | 0 | 48 | 43 | 8 | 164 | 50 | 3B |
| Octal | 352 | 101 | 115 | 0 | 110 | 103 | 10 | 544 | 120 | 73 |
| Binary | 11101010 | 1000001 | 1001101 | 0 | 1001000 | 1000011 | 1000 | 101100100 | 1010000 | 111011 |
Color Harmonies of #EA414D
Complementary color
Monochromatic Colors of #EA414D
Black with #EA414D
Text Example
Text Example
White with #EA414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA414D; }
p { color: rgb(234,65,77); }
H1.HeaderClassName
{
color: #EA414D;
}
.AnyTagClassName
{
color: #EA414D;
}
</style>
background-color css
<style>
a { background-color: #EA414D; }
a { background-color: rgb(234,65,77); }
div.DivClassName
{
background-color: #EA414D;
}
.BgClassName
{
background-color: #EA414D;
}
</style>
border-color css
<style>
span { border-color: #EA414D; }
span { border-color: rgb(234,65,77); }
td.TdClassName
{
border-color: #EA414D;
}
.TagClassName
{
border-color: #EA414D;
}
</style>