Shades of Amaranth #E0434B
Tints of Amaranth #E0434B
RGB
CMYK
RGB Variations
Color information
#E0434B (or 0xE0434B) is known color: Amaranth. HEX triplet: E0, 43 and 4B. RGB value is (224,67,75). Sum of RGB (Red+Green+Blue) = 224+67+75=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0434B is #1FBCB4. Grayscale: #727272. Windows color (decimal): -2079925 or 4932576. OLE color: 4932576.
HSL color Cylindrical-coordinate representation of color #E0434B: hue angle of 356.94º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0434B is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 75 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.12 |
| HSL | 356.94º | 0.72% | 0.57% | - |
| HSV(B) | 356.94º | 0.7% | 0.88% | - |
| XYZ | 34.02 | 20.37 | 8.8 | - |
| YUV | 114.86 | 105.51 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 75 | 0 | 0.70 | 0.67 | 0.12 | 356.94 | 0.72 | 0.57 |
| Hex | E0 | 43 | 4B | 0 | 46 | 43 | C | 165 | 48 | 39 |
| Octal | 340 | 103 | 113 | 0 | 106 | 103 | 14 | 545 | 110 | 71 |
| Binary | 11100000 | 1000011 | 1001011 | 0 | 1000110 | 1000011 | 1100 | 101100101 | 1001000 | 111001 |
Color Harmonies of #E0434B
Complementary color
Monochromatic Colors of #E0434B
Black with #E0434B
Text Example
Text Example
White with #E0434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0434B; }
p { color: rgb(224,67,75); }
H1.HeaderClassName
{
color: #E0434B;
}
.AnyTagClassName
{
color: #E0434B;
}
</style>
background-color css
<style>
a { background-color: #E0434B; }
a { background-color: rgb(224,67,75); }
div.DivClassName
{
background-color: #E0434B;
}
.BgClassName
{
background-color: #E0434B;
}
</style>
border-color css
<style>
span { border-color: #E0434B; }
span { border-color: rgb(224,67,75); }
td.TdClassName
{
border-color: #E0434B;
}
.TagClassName
{
border-color: #E0434B;
}
</style>