Shades of Amaranth #EA4349
Tints of Amaranth #EA4349
RGB
CMYK
RGB Variations
Color information
#EA4349 (or 0xEA4349) is known color: Amaranth. HEX triplet: EA, 43 and 49. RGB value is (234,67,73). Sum of RGB (Red+Green+Blue) = 234+67+73=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4349 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4349 is #15BCB6. Grayscale: #757575. Windows color (decimal): -1424567 or 4801514. OLE color: 4801514.
HSL color Cylindrical-coordinate representation of color #EA4349: hue angle of 357.84º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4349 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 67 | 73 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.08 |
| HSL | 357.84º | 0.8% | 0.59% | - |
| HSV(B) | 357.84º | 0.71% | 0.92% | - |
| XYZ | 37.14 | 21.99 | 8.59 | - |
| YUV | 117.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 67 | 73 | 0 | 0.71 | 0.69 | 0.08 | 357.84 | 0.8 | 0.59 |
| Hex | EA | 43 | 49 | 0 | 47 | 45 | 8 | 166 | 50 | 3B |
| Octal | 352 | 103 | 111 | 0 | 107 | 105 | 10 | 546 | 120 | 73 |
| Binary | 11101010 | 1000011 | 1001001 | 0 | 1000111 | 1000101 | 1000 | 101100110 | 1010000 | 111011 |
Color Harmonies of #EA4349
Complementary color
Monochromatic Colors of #EA4349
Black with #EA4349
Text Example
Text Example
White with #EA4349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4349; }
p { color: rgb(234,67,73); }
H1.HeaderClassName
{
color: #EA4349;
}
.AnyTagClassName
{
color: #EA4349;
}
</style>
background-color css
<style>
a { background-color: #EA4349; }
a { background-color: rgb(234,67,73); }
div.DivClassName
{
background-color: #EA4349;
}
.BgClassName
{
background-color: #EA4349;
}
</style>
border-color css
<style>
span { border-color: #EA4349; }
span { border-color: rgb(234,67,73); }
td.TdClassName
{
border-color: #EA4349;
}
.TagClassName
{
border-color: #EA4349;
}
</style>