Shades of Amaranth #EA304C
Tints of Amaranth #EA304C
RGB
CMYK
RGB Variations
Color information
#EA304C (or 0xEA304C) is known color: Amaranth. HEX triplet: EA, 30 and 4C. RGB value is (234,48,76). Sum of RGB (Red+Green+Blue) = 234+48+76=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA304C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA304C is #15CFB3. Grayscale: #6A6A6A. Windows color (decimal): -1429428 or 4993258. OLE color: 4993258.
HSL color Cylindrical-coordinate representation of color #EA304C: hue angle of 350.97º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA304C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 76 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.08 |
| HSL | 350.97º | 0.82% | 0.55% | - |
| HSV(B) | 350.97º | 0.79% | 0.92% | - |
| XYZ | 36.29 | 20.13 | 8.81 | - |
| YUV | 106.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 76 | 0 | 0.79 | 0.68 | 0.08 | 350.97 | 0.82 | 0.55 |
| Hex | EA | 30 | 4C | 0 | 4F | 44 | 8 | 15F | 52 | 37 |
| Octal | 352 | 60 | 114 | 0 | 117 | 104 | 10 | 537 | 122 | 67 |
| Binary | 11101010 | 110000 | 1001100 | 0 | 1001111 | 1000100 | 1000 | 101011111 | 1010010 | 110111 |
Color Harmonies of #EA304C
Complementary color
Monochromatic Colors of #EA304C
Black with #EA304C
Text Example
Text Example
White with #EA304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA304C; }
p { color: rgb(234,48,76); }
H1.HeaderClassName
{
color: #EA304C;
}
.AnyTagClassName
{
color: #EA304C;
}
</style>
background-color css
<style>
a { background-color: #EA304C; }
a { background-color: rgb(234,48,76); }
div.DivClassName
{
background-color: #EA304C;
}
.BgClassName
{
background-color: #EA304C;
}
</style>
border-color css
<style>
span { border-color: #EA304C; }
span { border-color: rgb(234,48,76); }
td.TdClassName
{
border-color: #EA304C;
}
.TagClassName
{
border-color: #EA304C;
}
</style>