Shades of Amaranth #EA434E
Tints of Amaranth #EA434E
RGB
CMYK
RGB Variations
Color information
#EA434E (or 0xEA434E) is known color: Amaranth. HEX triplet: EA, 43 and 4E. RGB value is (234,67,78). Sum of RGB (Red+Green+Blue) = 234+67+78=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA434E is #15BCB1. Grayscale: #767676. Windows color (decimal): -1424562 or 5129194. OLE color: 5129194.
HSL color Cylindrical-coordinate representation of color #EA434E: hue angle of 356.05º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA434E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 78 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.08 |
| HSL | 356.05º | 0.8% | 0.59% | - |
| HSV(B) | 356.05º | 0.71% | 0.92% | - |
| XYZ | 37.31 | 22.06 | 9.5 | - |
| YUV | 118.19 | 105.33 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 78 | 0 | 0.71 | 0.67 | 0.08 | 356.05 | 0.8 | 0.59 |
| Hex | EA | 43 | 4E | 0 | 47 | 43 | 8 | 164 | 50 | 3B |
| Octal | 352 | 103 | 116 | 0 | 107 | 103 | 10 | 544 | 120 | 73 |
| Binary | 11101010 | 1000011 | 1001110 | 0 | 1000111 | 1000011 | 1000 | 101100100 | 1010000 | 111011 |
Color Harmonies of #EA434E
Complementary color
Monochromatic Colors of #EA434E
Black with #EA434E
Text Example
Text Example
White with #EA434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA434E; }
p { color: rgb(234,67,78); }
H1.HeaderClassName
{
color: #EA434E;
}
.AnyTagClassName
{
color: #EA434E;
}
</style>
background-color css
<style>
a { background-color: #EA434E; }
a { background-color: rgb(234,67,78); }
div.DivClassName
{
background-color: #EA434E;
}
.BgClassName
{
background-color: #EA434E;
}
</style>
border-color css
<style>
span { border-color: #EA434E; }
span { border-color: rgb(234,67,78); }
td.TdClassName
{
border-color: #EA434E;
}
.TagClassName
{
border-color: #EA434E;
}
</style>