Shades of Amaranth #EA3358
Tints of Amaranth #EA3358
RGB
CMYK
RGB Variations
Color information
#EA3358 (or 0xEA3358) is known color: Amaranth. HEX triplet: EA, 33 and 58. RGB value is (234,51,88). Sum of RGB (Red+Green+Blue) = 234+51+88=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3358 is #15CCA7. Grayscale: #6D6D6D. Windows color (decimal): -1428648 or 5780458. OLE color: 5780458.
HSL color Cylindrical-coordinate representation of color #EA3358: hue angle of 347.87º 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 #EA3358 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 88 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.08 |
| HSL | 347.87º | 0.81% | 0.56% | - |
| HSV(B) | 347.87º | 0.78% | 0.92% | - |
| XYZ | 36.88 | 20.56 | 11.26 | - |
| YUV | 109.94 | 115.63 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 88 | 0 | 0.78 | 0.62 | 0.08 | 347.87 | 0.81 | 0.56 |
| Hex | EA | 33 | 58 | 0 | 4E | 3E | 8 | 15C | 51 | 38 |
| Octal | 352 | 63 | 130 | 0 | 116 | 76 | 10 | 534 | 121 | 70 |
| Binary | 11101010 | 110011 | 1011000 | 0 | 1001110 | 111110 | 1000 | 101011100 | 1010001 | 111000 |
Color Harmonies of #EA3358
Complementary color
Monochromatic Colors of #EA3358
Black with #EA3358
Text Example
Text Example
White with #EA3358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3358; }
p { color: rgb(234,51,88); }
H1.HeaderClassName
{
color: #EA3358;
}
.AnyTagClassName
{
color: #EA3358;
}
</style>
background-color css
<style>
a { background-color: #EA3358; }
a { background-color: rgb(234,51,88); }
div.DivClassName
{
background-color: #EA3358;
}
.BgClassName
{
background-color: #EA3358;
}
</style>
border-color css
<style>
span { border-color: #EA3358; }
span { border-color: rgb(234,51,88); }
td.TdClassName
{
border-color: #EA3358;
}
.TagClassName
{
border-color: #EA3358;
}
</style>