Shades of Amaranth #EA334F
Tints of Amaranth #EA334F
RGB
CMYK
RGB Variations
Color information
#EA334F (or 0xEA334F) is known color: Amaranth. HEX triplet: EA, 33 and 4F. RGB value is (234,51,79). Sum of RGB (Red+Green+Blue) = 234+51+79=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA334F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA334F is #15CCB0. Grayscale: #6C6C6C. Windows color (decimal): -1428657 or 5190634. OLE color: 5190634.
HSL color Cylindrical-coordinate representation of color #EA334F: hue angle of 350.82º 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 #EA334F is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 79 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.08 |
| HSL | 350.82º | 0.81% | 0.56% | - |
| HSV(B) | 350.82º | 0.78% | 0.92% | - |
| XYZ | 36.53 | 20.42 | 9.41 | - |
| YUV | 108.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 79 | 0 | 0.78 | 0.66 | 0.08 | 350.82 | 0.81 | 0.56 |
| Hex | EA | 33 | 4F | 0 | 4E | 42 | 8 | 15F | 51 | 38 |
| Octal | 352 | 63 | 117 | 0 | 116 | 102 | 10 | 537 | 121 | 70 |
| Binary | 11101010 | 110011 | 1001111 | 0 | 1001110 | 1000010 | 1000 | 101011111 | 1010001 | 111000 |
Color Harmonies of #EA334F
Complementary color
Monochromatic Colors of #EA334F
Black with #EA334F
Text Example
Text Example
White with #EA334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA334F; }
p { color: rgb(234,51,79); }
H1.HeaderClassName
{
color: #EA334F;
}
.AnyTagClassName
{
color: #EA334F;
}
</style>
background-color css
<style>
a { background-color: #EA334F; }
a { background-color: rgb(234,51,79); }
div.DivClassName
{
background-color: #EA334F;
}
.BgClassName
{
background-color: #EA334F;
}
</style>
border-color css
<style>
span { border-color: #EA334F; }
span { border-color: rgb(234,51,79); }
td.TdClassName
{
border-color: #EA334F;
}
.TagClassName
{
border-color: #EA334F;
}
</style>