Shades of Amaranth #EA255B
Tints of Amaranth #EA255B
RGB
CMYK
RGB Variations
Color information
#EA255B (or 0xEA255B) is known color: Amaranth. HEX triplet: EA, 25 and 5B. RGB value is (234,37,91). Sum of RGB (Red+Green+Blue) = 234+37+91=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA255B is #15DAA4. Grayscale: #666666. Windows color (decimal): -1432229 or 5973482. OLE color: 5973482.
HSL color Cylindrical-coordinate representation of color #EA255B: hue angle of 343.55º degrees, saturation: 0.82, 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 #EA255B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 37 | 91 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.08 |
| HSL | 343.55º | 0.82% | 0.53% | - |
| HSV(B) | 343.55º | 0.84% | 0.92% | - |
| XYZ | 36.48 | 19.57 | 11.75 | - |
| YUV | 102.06 | 121.77 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 91 | 0 | 0.84 | 0.61 | 0.08 | 343.55 | 0.82 | 0.53 |
| Hex | EA | 25 | 5B | 0 | 54 | 3D | 8 | 158 | 52 | 35 |
| Octal | 352 | 45 | 133 | 0 | 124 | 75 | 10 | 530 | 122 | 65 |
| Binary | 11101010 | 100101 | 1011011 | 0 | 1010100 | 111101 | 1000 | 101011000 | 1010010 | 110101 |
Color Harmonies of #EA255B
Complementary color
Monochromatic Colors of #EA255B
Black with #EA255B
Text Example
Text Example
White with #EA255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA255B; }
p { color: rgb(234,37,91); }
H1.HeaderClassName
{
color: #EA255B;
}
.AnyTagClassName
{
color: #EA255B;
}
</style>
background-color css
<style>
a { background-color: #EA255B; }
a { background-color: rgb(234,37,91); }
div.DivClassName
{
background-color: #EA255B;
}
.BgClassName
{
background-color: #EA255B;
}
</style>
border-color css
<style>
span { border-color: #EA255B; }
span { border-color: rgb(234,37,91); }
td.TdClassName
{
border-color: #EA255B;
}
.TagClassName
{
border-color: #EA255B;
}
</style>