Shades of Amaranth #EB254E
Tints of Amaranth #EB254E
RGB
CMYK
RGB Variations
Color information
#EB254E (or 0xEB254E) is known color: Amaranth. HEX triplet: EB, 25 and 4E. RGB value is (235,37,78). Sum of RGB (Red+Green+Blue) = 235+37+78=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB254E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB254E is #14DAB1. Grayscale: #646464. Windows color (decimal): -1366706 or 5121515. OLE color: 5121515.
HSL color Cylindrical-coordinate representation of color #EB254E: hue angle of 347.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB254E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 78 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.08 |
| HSL | 347.58º | 0.83% | 0.53% | - |
| HSV(B) | 347.58º | 0.84% | 0.92% | - |
| XYZ | 36.3 | 19.54 | 9.07 | - |
| YUV | 100.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 78 | 0 | 0.84 | 0.67 | 0.08 | 347.58 | 0.83 | 0.53 |
| Hex | EB | 25 | 4E | 0 | 54 | 43 | 8 | 15C | 53 | 35 |
| Octal | 353 | 45 | 116 | 0 | 124 | 103 | 10 | 534 | 123 | 65 |
| Binary | 11101011 | 100101 | 1001110 | 0 | 1010100 | 1000011 | 1000 | 101011100 | 1010011 | 110101 |
Color Harmonies of #EB254E
Complementary color
Monochromatic Colors of #EB254E
Black with #EB254E
Text Example
Text Example
White with #EB254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB254E; }
p { color: rgb(235,37,78); }
H1.HeaderClassName
{
color: #EB254E;
}
.AnyTagClassName
{
color: #EB254E;
}
</style>
background-color css
<style>
a { background-color: #EB254E; }
a { background-color: rgb(235,37,78); }
div.DivClassName
{
background-color: #EB254E;
}
.BgClassName
{
background-color: #EB254E;
}
</style>
border-color css
<style>
span { border-color: #EB254E; }
span { border-color: rgb(235,37,78); }
td.TdClassName
{
border-color: #EB254E;
}
.TagClassName
{
border-color: #EB254E;
}
</style>