Shades of Amaranth #EA234B
Tints of Amaranth #EA234B
RGB
CMYK
RGB Variations
Color information
#EA234B (or 0xEA234B) is known color: Amaranth. HEX triplet: EA, 23 and 4B. RGB value is (234,35,75). Sum of RGB (Red+Green+Blue) = 234+35+75=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA234B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA234B is #15DCB4. Grayscale: #636363. Windows color (decimal): -1432757 or 4924394. OLE color: 4924394.
HSL color Cylindrical-coordinate representation of color #EA234B: hue angle of 347.94º 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 #EA234B is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 75 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.08 |
| HSL | 347.94º | 0.83% | 0.53% | - |
| HSV(B) | 347.94º | 0.85% | 0.92% | - |
| XYZ | 35.8 | 19.2 | 8.48 | - |
| YUV | 99.06 | 114.43 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 75 | 0 | 0.85 | 0.68 | 0.08 | 347.94 | 0.83 | 0.53 |
| Hex | EA | 23 | 4B | 0 | 55 | 44 | 8 | 15C | 53 | 35 |
| Octal | 352 | 43 | 113 | 0 | 125 | 104 | 10 | 534 | 123 | 65 |
| Binary | 11101010 | 100011 | 1001011 | 0 | 1010101 | 1000100 | 1000 | 101011100 | 1010011 | 110101 |
Color Harmonies of #EA234B
Complementary color
Monochromatic Colors of #EA234B
Black with #EA234B
Text Example
Text Example
White with #EA234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA234B; }
p { color: rgb(234,35,75); }
H1.HeaderClassName
{
color: #EA234B;
}
.AnyTagClassName
{
color: #EA234B;
}
</style>
background-color css
<style>
a { background-color: #EA234B; }
a { background-color: rgb(234,35,75); }
div.DivClassName
{
background-color: #EA234B;
}
.BgClassName
{
background-color: #EA234B;
}
</style>
border-color css
<style>
span { border-color: #EA234B; }
span { border-color: rgb(234,35,75); }
td.TdClassName
{
border-color: #EA234B;
}
.TagClassName
{
border-color: #EA234B;
}
</style>