Shades of Amaranth #EB285A
Tints of Amaranth #EB285A
RGB
CMYK
RGB Variations
Color information
#EB285A (or 0xEB285A) is known color: Amaranth. HEX triplet: EB, 28 and 5A. RGB value is (235,40,90). Sum of RGB (Red+Green+Blue) = 235+40+90=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB285A is #14D7A5. Grayscale: #686868. Windows color (decimal): -1365926 or 5908715. OLE color: 5908715.
HSL color Cylindrical-coordinate representation of color #EB285A: hue angle of 344.62º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB285A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 90 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.08 |
| HSL | 344.62º | 0.83% | 0.54% | - |
| HSV(B) | 344.62º | 0.83% | 0.92% | - |
| XYZ | 36.87 | 19.92 | 11.57 | - |
| YUV | 104.01 | 120.1 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 90 | 0 | 0.83 | 0.62 | 0.08 | 344.62 | 0.83 | 0.54 |
| Hex | EB | 28 | 5A | 0 | 53 | 3E | 8 | 159 | 53 | 36 |
| Octal | 353 | 50 | 132 | 0 | 123 | 76 | 10 | 531 | 123 | 66 |
| Binary | 11101011 | 101000 | 1011010 | 0 | 1010011 | 111110 | 1000 | 101011001 | 1010011 | 110110 |
Color Harmonies of #EB285A
Complementary color
Monochromatic Colors of #EB285A
Black with #EB285A
Text Example
Text Example
White with #EB285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB285A; }
p { color: rgb(235,40,90); }
H1.HeaderClassName
{
color: #EB285A;
}
.AnyTagClassName
{
color: #EB285A;
}
</style>
background-color css
<style>
a { background-color: #EB285A; }
a { background-color: rgb(235,40,90); }
div.DivClassName
{
background-color: #EB285A;
}
.BgClassName
{
background-color: #EB285A;
}
</style>
border-color css
<style>
span { border-color: #EB285A; }
span { border-color: rgb(235,40,90); }
td.TdClassName
{
border-color: #EB285A;
}
.TagClassName
{
border-color: #EB285A;
}
</style>