Shades of Amaranth #EA424C
Tints of Amaranth #EA424C
RGB
CMYK
RGB Variations
Color information
#EA424C (or 0xEA424C) is known color: Amaranth. HEX triplet: EA, 42 and 4C. RGB value is (234,66,76). Sum of RGB (Red+Green+Blue) = 234+66+76=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA424C is #15BDB3. Grayscale: #757575. Windows color (decimal): -1424820 or 4997866. OLE color: 4997866.
HSL color Cylindrical-coordinate representation of color #EA424C: hue angle of 356.43º 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 #EA424C is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 66 | 76 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.08 |
| HSL | 356.43º | 0.8% | 0.59% | - |
| HSV(B) | 356.43º | 0.72% | 0.92% | - |
| XYZ | 37.18 | 21.91 | 9.11 | - |
| YUV | 117.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 66 | 76 | 0 | 0.72 | 0.68 | 0.08 | 356.43 | 0.8 | 0.59 |
| Hex | EA | 42 | 4C | 0 | 48 | 44 | 8 | 164 | 50 | 3B |
| Octal | 352 | 102 | 114 | 0 | 110 | 104 | 10 | 544 | 120 | 73 |
| Binary | 11101010 | 1000010 | 1001100 | 0 | 1001000 | 1000100 | 1000 | 101100100 | 1010000 | 111011 |
Color Harmonies of #EA424C
Complementary color
Monochromatic Colors of #EA424C
Black with #EA424C
Text Example
Text Example
White with #EA424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA424C; }
p { color: rgb(234,66,76); }
H1.HeaderClassName
{
color: #EA424C;
}
.AnyTagClassName
{
color: #EA424C;
}
</style>
background-color css
<style>
a { background-color: #EA424C; }
a { background-color: rgb(234,66,76); }
div.DivClassName
{
background-color: #EA424C;
}
.BgClassName
{
background-color: #EA424C;
}
</style>
border-color css
<style>
span { border-color: #EA424C; }
span { border-color: rgb(234,66,76); }
td.TdClassName
{
border-color: #EA424C;
}
.TagClassName
{
border-color: #EA424C;
}
</style>