Shades of Amaranth #E1304B
Tints of Amaranth #E1304B
RGB
CMYK
RGB Variations
Color information
#E1304B (or 0xE1304B) is known color: Amaranth. HEX triplet: E1, 30 and 4B. RGB value is (225,48,75). Sum of RGB (Red+Green+Blue) = 225+48+75=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1304B is #1ECFB4. Grayscale: #686868. Windows color (decimal): -2019253 or 4927713. OLE color: 4927713.
HSL color Cylindrical-coordinate representation of color #E1304B: hue angle of 350.85º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1304B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 75 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.12 |
| HSL | 350.85º | 0.75% | 0.54% | - |
| HSV(B) | 350.85º | 0.79% | 0.88% | - |
| XYZ | 33.38 | 18.63 | 8.49 | - |
| YUV | 104 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 75 | 0 | 0.79 | 0.67 | 0.12 | 350.85 | 0.75 | 0.54 |
| Hex | E1 | 30 | 4B | 0 | 4F | 43 | C | 15F | 4B | 36 |
| Octal | 341 | 60 | 113 | 0 | 117 | 103 | 14 | 537 | 113 | 66 |
| Binary | 11100001 | 110000 | 1001011 | 0 | 1001111 | 1000011 | 1100 | 101011111 | 1001011 | 110110 |
Color Harmonies of #E1304B
Complementary color
Monochromatic Colors of #E1304B
Black with #E1304B
Text Example
Text Example
White with #E1304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1304B; }
p { color: rgb(225,48,75); }
H1.HeaderClassName
{
color: #E1304B;
}
.AnyTagClassName
{
color: #E1304B;
}
</style>
background-color css
<style>
a { background-color: #E1304B; }
a { background-color: rgb(225,48,75); }
div.DivClassName
{
background-color: #E1304B;
}
.BgClassName
{
background-color: #E1304B;
}
</style>
border-color css
<style>
span { border-color: #E1304B; }
span { border-color: rgb(225,48,75); }
td.TdClassName
{
border-color: #E1304B;
}
.TagClassName
{
border-color: #E1304B;
}
</style>