Shades of Amaranth #EA2343
Tints of Amaranth #EA2343
RGB
CMYK
RGB Variations
Color information
#EA2343 (or 0xEA2343) is known color: Amaranth. HEX triplet: EA, 23 and 43. RGB value is (234,35,67). Sum of RGB (Red+Green+Blue) = 234+35+67=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2343 is #15DCBC. Grayscale: #626262. Windows color (decimal): -1432765 or 4400106. OLE color: 4400106.
HSL color Cylindrical-coordinate representation of color #EA2343: hue angle of 350.35º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2343 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 67 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.08 |
| HSL | 350.35º | 0.83% | 0.53% | - |
| HSV(B) | 350.35º | 0.85% | 0.92% | - |
| XYZ | 35.55 | 19.1 | 7.12 | - |
| YUV | 98.15 | 110.43 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 67 | 0 | 0.85 | 0.71 | 0.08 | 350.35 | 0.83 | 0.53 |
| Hex | EA | 23 | 43 | 0 | 55 | 47 | 8 | 15E | 53 | 35 |
| Octal | 352 | 43 | 103 | 0 | 125 | 107 | 10 | 536 | 123 | 65 |
| Binary | 11101010 | 100011 | 1000011 | 0 | 1010101 | 1000111 | 1000 | 101011110 | 1010011 | 110101 |
Color Harmonies of #EA2343
Complementary color
Monochromatic Colors of #EA2343
Black with #EA2343
Text Example
Text Example
White with #EA2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2343; }
p { color: rgb(234,35,67); }
H1.HeaderClassName
{
color: #EA2343;
}
.AnyTagClassName
{
color: #EA2343;
}
</style>
background-color css
<style>
a { background-color: #EA2343; }
a { background-color: rgb(234,35,67); }
div.DivClassName
{
background-color: #EA2343;
}
.BgClassName
{
background-color: #EA2343;
}
</style>
border-color css
<style>
span { border-color: #EA2343; }
span { border-color: rgb(234,35,67); }
td.TdClassName
{
border-color: #EA2343;
}
.TagClassName
{
border-color: #EA2343;
}
</style>