Shades of Amaranth #E5274B
Tints of Amaranth #E5274B
RGB
CMYK
RGB Variations
Color information
#E5274B (or 0xE5274B) is known color: Amaranth. HEX triplet: E5, 27 and 4B. RGB value is (229,39,75). Sum of RGB (Red+Green+Blue) = 229+39+75=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5274B is #1AD8B4. Grayscale: #636363. Windows color (decimal): -1759413 or 4925413. OLE color: 4925413.
HSL color Cylindrical-coordinate representation of color #E5274B: hue angle of 348.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5274B is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 75 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.10 |
| HSL | 348.63º | 0.79% | 0.53% | - |
| HSV(B) | 348.63º | 0.83% | 0.9% | - |
| XYZ | 34.31 | 18.62 | 8.44 | - |
| YUV | 99.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 75 | 0 | 0.83 | 0.67 | 0.10 | 348.63 | 0.79 | 0.53 |
| Hex | E5 | 27 | 4B | 0 | 53 | 43 | A | 15D | 4F | 35 |
| Octal | 345 | 47 | 113 | 0 | 123 | 103 | 12 | 535 | 117 | 65 |
| Binary | 11100101 | 100111 | 1001011 | 0 | 1010011 | 1000011 | 1010 | 101011101 | 1001111 | 110101 |
Color Harmonies of #E5274B
Complementary color
Monochromatic Colors of #E5274B
Black with #E5274B
Text Example
Text Example
White with #E5274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5274B; }
p { color: rgb(229,39,75); }
H1.HeaderClassName
{
color: #E5274B;
}
.AnyTagClassName
{
color: #E5274B;
}
</style>
background-color css
<style>
a { background-color: #E5274B; }
a { background-color: rgb(229,39,75); }
div.DivClassName
{
background-color: #E5274B;
}
.BgClassName
{
background-color: #E5274B;
}
</style>
border-color css
<style>
span { border-color: #E5274B; }
span { border-color: rgb(229,39,75); }
td.TdClassName
{
border-color: #E5274B;
}
.TagClassName
{
border-color: #E5274B;
}
</style>