Shades of Amaranth #EA305C
Tints of Amaranth #EA305C
RGB
CMYK
RGB Variations
Color information
#EA305C (or 0xEA305C) is known color: Amaranth. HEX triplet: EA, 30 and 5C. RGB value is (234,48,92). Sum of RGB (Red+Green+Blue) = 234+48+92=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA305C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA305C is #15CFA3. Grayscale: #6C6C6C. Windows color (decimal): -1429412 or 6041834. OLE color: 6041834.
HSL color Cylindrical-coordinate representation of color #EA305C: hue angle of 345.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA305C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 92 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.08 |
| HSL | 345.81º | 0.82% | 0.55% | - |
| HSV(B) | 345.81º | 0.79% | 0.92% | - |
| XYZ | 36.92 | 20.38 | 12.11 | - |
| YUV | 108.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 92 | 0 | 0.79 | 0.61 | 0.08 | 345.81 | 0.82 | 0.55 |
| Hex | EA | 30 | 5C | 0 | 4F | 3D | 8 | 15A | 52 | 37 |
| Octal | 352 | 60 | 134 | 0 | 117 | 75 | 10 | 532 | 122 | 67 |
| Binary | 11101010 | 110000 | 1011100 | 0 | 1001111 | 111101 | 1000 | 101011010 | 1010010 | 110111 |
Color Harmonies of #EA305C
Complementary color
Monochromatic Colors of #EA305C
Black with #EA305C
Text Example
Text Example
White with #EA305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA305C; }
p { color: rgb(234,48,92); }
H1.HeaderClassName
{
color: #EA305C;
}
.AnyTagClassName
{
color: #EA305C;
}
</style>
background-color css
<style>
a { background-color: #EA305C; }
a { background-color: rgb(234,48,92); }
div.DivClassName
{
background-color: #EA305C;
}
.BgClassName
{
background-color: #EA305C;
}
</style>
border-color css
<style>
span { border-color: #EA305C; }
span { border-color: rgb(234,48,92); }
td.TdClassName
{
border-color: #EA305C;
}
.TagClassName
{
border-color: #EA305C;
}
</style>