Shades of Amaranth #EA265C
Tints of Amaranth #EA265C
RGB
CMYK
RGB Variations
Color information
#EA265C (or 0xEA265C) is known color: Amaranth. HEX triplet: EA, 26 and 5C. RGB value is (234,38,92). Sum of RGB (Red+Green+Blue) = 234+38+92=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA265C is #15D9A3. Grayscale: #666666. Windows color (decimal): -1431972 or 6039274. OLE color: 6039274.
HSL color Cylindrical-coordinate representation of color #EA265C: hue angle of 343.47º 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 #EA265C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 92 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.08 |
| HSL | 343.47º | 0.82% | 0.53% | - |
| HSV(B) | 343.47º | 0.84% | 0.92% | - |
| XYZ | 36.56 | 19.65 | 11.99 | - |
| YUV | 102.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 92 | 0 | 0.84 | 0.61 | 0.08 | 343.47 | 0.82 | 0.53 |
| Hex | EA | 26 | 5C | 0 | 54 | 3D | 8 | 157 | 52 | 35 |
| Octal | 352 | 46 | 134 | 0 | 124 | 75 | 10 | 527 | 122 | 65 |
| Binary | 11101010 | 100110 | 1011100 | 0 | 1010100 | 111101 | 1000 | 101010111 | 1010010 | 110101 |
Color Harmonies of #EA265C
Complementary color
Monochromatic Colors of #EA265C
Black with #EA265C
Text Example
Text Example
White with #EA265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA265C; }
p { color: rgb(234,38,92); }
H1.HeaderClassName
{
color: #EA265C;
}
.AnyTagClassName
{
color: #EA265C;
}
</style>
background-color css
<style>
a { background-color: #EA265C; }
a { background-color: rgb(234,38,92); }
div.DivClassName
{
background-color: #EA265C;
}
.BgClassName
{
background-color: #EA265C;
}
</style>
border-color css
<style>
span { border-color: #EA265C; }
span { border-color: rgb(234,38,92); }
td.TdClassName
{
border-color: #EA265C;
}
.TagClassName
{
border-color: #EA265C;
}
</style>