Shades of Amaranth #EA265B
Tints of Amaranth #EA265B
RGB
CMYK
RGB Variations
Color information
#EA265B (or 0xEA265B) is known color: Amaranth. HEX triplet: EA, 26 and 5B. RGB value is (234,38,91). Sum of RGB (Red+Green+Blue) = 234+38+91=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA265B is #15D9A4. Grayscale: #666666. Windows color (decimal): -1431973 or 5973738. OLE color: 5973738.
HSL color Cylindrical-coordinate representation of color #EA265B: hue angle of 343.78º 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 #EA265B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 91 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.08 |
| HSL | 343.78º | 0.82% | 0.53% | - |
| HSV(B) | 343.78º | 0.84% | 0.92% | - |
| XYZ | 36.51 | 19.63 | 11.76 | - |
| YUV | 102.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 91 | 0 | 0.84 | 0.61 | 0.08 | 343.78 | 0.82 | 0.53 |
| Hex | EA | 26 | 5B | 0 | 54 | 3D | 8 | 158 | 52 | 35 |
| Octal | 352 | 46 | 133 | 0 | 124 | 75 | 10 | 530 | 122 | 65 |
| Binary | 11101010 | 100110 | 1011011 | 0 | 1010100 | 111101 | 1000 | 101011000 | 1010010 | 110101 |
Color Harmonies of #EA265B
Complementary color
Monochromatic Colors of #EA265B
Black with #EA265B
Text Example
Text Example
White with #EA265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA265B; }
p { color: rgb(234,38,91); }
H1.HeaderClassName
{
color: #EA265B;
}
.AnyTagClassName
{
color: #EA265B;
}
</style>
background-color css
<style>
a { background-color: #EA265B; }
a { background-color: rgb(234,38,91); }
div.DivClassName
{
background-color: #EA265B;
}
.BgClassName
{
background-color: #EA265B;
}
</style>
border-color css
<style>
span { border-color: #EA265B; }
span { border-color: rgb(234,38,91); }
td.TdClassName
{
border-color: #EA265B;
}
.TagClassName
{
border-color: #EA265B;
}
</style>