Shades of Amaranth #EB254A
Tints of Amaranth #EB254A
RGB
CMYK
RGB Variations
Color information
#EB254A (or 0xEB254A) is known color: Amaranth. HEX triplet: EB, 25 and 4A. RGB value is (235,37,74). Sum of RGB (Red+Green+Blue) = 235+37+74=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB254A is #14DAB5. Grayscale: #646464. Windows color (decimal): -1366710 or 4859371. OLE color: 4859371.
HSL color Cylindrical-coordinate representation of color #EB254A: hue angle of 348.79º 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 #EB254A is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 37 | 74 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.08 |
| HSL | 348.79º | 0.83% | 0.53% | - |
| HSV(B) | 348.79º | 0.84% | 0.92% | - |
| XYZ | 36.16 | 19.48 | 8.33 | - |
| YUV | 100.42 | 113.1 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 37 | 74 | 0 | 0.84 | 0.69 | 0.08 | 348.79 | 0.83 | 0.53 |
| Hex | EB | 25 | 4A | 0 | 54 | 45 | 8 | 15D | 53 | 35 |
| Octal | 353 | 45 | 112 | 0 | 124 | 105 | 10 | 535 | 123 | 65 |
| Binary | 11101011 | 100101 | 1001010 | 0 | 1010100 | 1000101 | 1000 | 101011101 | 1010011 | 110101 |
Color Harmonies of #EB254A
Complementary color
Monochromatic Colors of #EB254A
Black with #EB254A
Text Example
Text Example
White with #EB254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB254A; }
p { color: rgb(235,37,74); }
H1.HeaderClassName
{
color: #EB254A;
}
.AnyTagClassName
{
color: #EB254A;
}
</style>
background-color css
<style>
a { background-color: #EB254A; }
a { background-color: rgb(235,37,74); }
div.DivClassName
{
background-color: #EB254A;
}
.BgClassName
{
background-color: #EB254A;
}
</style>
border-color css
<style>
span { border-color: #EB254A; }
span { border-color: rgb(235,37,74); }
td.TdClassName
{
border-color: #EB254A;
}
.TagClassName
{
border-color: #EB254A;
}
</style>