Shades of Amaranth #EA334E
Tints of Amaranth #EA334E
RGB
CMYK
RGB Variations
Color information
#EA334E (or 0xEA334E) is known color: Amaranth. HEX triplet: EA, 33 and 4E. RGB value is (234,51,78). Sum of RGB (Red+Green+Blue) = 234+51+78=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA334E is #15CCB1. Grayscale: #6C6C6C. Windows color (decimal): -1428658 or 5125098. OLE color: 5125098.
HSL color Cylindrical-coordinate representation of color #EA334E: hue angle of 351.15º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA334E is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 78 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.08 |
| HSL | 351.15º | 0.81% | 0.56% | - |
| HSV(B) | 351.15º | 0.78% | 0.92% | - |
| XYZ | 36.49 | 20.41 | 9.22 | - |
| YUV | 108.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 78 | 0 | 0.78 | 0.67 | 0.08 | 351.15 | 0.81 | 0.56 |
| Hex | EA | 33 | 4E | 0 | 4E | 43 | 8 | 15F | 51 | 38 |
| Octal | 352 | 63 | 116 | 0 | 116 | 103 | 10 | 537 | 121 | 70 |
| Binary | 11101010 | 110011 | 1001110 | 0 | 1001110 | 1000011 | 1000 | 101011111 | 1010001 | 111000 |
Color Harmonies of #EA334E
Complementary color
Monochromatic Colors of #EA334E
Black with #EA334E
Text Example
Text Example
White with #EA334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA334E; }
p { color: rgb(234,51,78); }
H1.HeaderClassName
{
color: #EA334E;
}
.AnyTagClassName
{
color: #EA334E;
}
</style>
background-color css
<style>
a { background-color: #EA334E; }
a { background-color: rgb(234,51,78); }
div.DivClassName
{
background-color: #EA334E;
}
.BgClassName
{
background-color: #EA334E;
}
</style>
border-color css
<style>
span { border-color: #EA334E; }
span { border-color: rgb(234,51,78); }
td.TdClassName
{
border-color: #EA334E;
}
.TagClassName
{
border-color: #EA334E;
}
</style>