Shades of Amaranth #EA384C
Tints of Amaranth #EA384C
RGB
CMYK
RGB Variations
Color information
#EA384C (or 0xEA384C) is known color: Amaranth. HEX triplet: EA, 38 and 4C. RGB value is (234,56,76). Sum of RGB (Red+Green+Blue) = 234+56+76=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA384C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA384C is #15C7B3. Grayscale: #6F6F6F. Windows color (decimal): -1427380 or 4995306. OLE color: 4995306.
HSL color Cylindrical-coordinate representation of color #EA384C: hue angle of 353.26º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA384C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 56 | 76 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.08 |
| HSL | 353.26º | 0.81% | 0.57% | - |
| HSV(B) | 353.26º | 0.76% | 0.92% | - |
| XYZ | 36.65 | 20.84 | 8.93 | - |
| YUV | 111.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 56 | 76 | 0 | 0.76 | 0.68 | 0.08 | 353.26 | 0.81 | 0.57 |
| Hex | EA | 38 | 4C | 0 | 4C | 44 | 8 | 161 | 51 | 39 |
| Octal | 352 | 70 | 114 | 0 | 114 | 104 | 10 | 541 | 121 | 71 |
| Binary | 11101010 | 111000 | 1001100 | 0 | 1001100 | 1000100 | 1000 | 101100001 | 1010001 | 111001 |
Color Harmonies of #EA384C
Complementary color
Monochromatic Colors of #EA384C
Black with #EA384C
Text Example
Text Example
White with #EA384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA384C; }
p { color: rgb(234,56,76); }
H1.HeaderClassName
{
color: #EA384C;
}
.AnyTagClassName
{
color: #EA384C;
}
</style>
background-color css
<style>
a { background-color: #EA384C; }
a { background-color: rgb(234,56,76); }
div.DivClassName
{
background-color: #EA384C;
}
.BgClassName
{
background-color: #EA384C;
}
</style>
border-color css
<style>
span { border-color: #EA384C; }
span { border-color: rgb(234,56,76); }
td.TdClassName
{
border-color: #EA384C;
}
.TagClassName
{
border-color: #EA384C;
}
</style>