Shades of Amaranth #EA2745
Tints of Amaranth #EA2745
RGB
CMYK
RGB Variations
Color information
#EA2745 (or 0xEA2745) is known color: Amaranth. HEX triplet: EA, 27 and 45. RGB value is (234,39,69). Sum of RGB (Red+Green+Blue) = 234+39+69=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2745 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2745 is #15D8BA. Grayscale: #646464. Windows color (decimal): -1431739 or 4532202. OLE color: 4532202.
HSL color Cylindrical-coordinate representation of color #EA2745: hue angle of 350.77º degrees, saturation: 0.82, 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 #EA2745 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 39 | 69 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.08 |
| HSL | 350.77º | 0.82% | 0.54% | - |
| HSV(B) | 350.77º | 0.83% | 0.92% | - |
| XYZ | 35.73 | 19.37 | 7.49 | - |
| YUV | 100.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 39 | 69 | 0 | 0.83 | 0.71 | 0.08 | 350.77 | 0.82 | 0.54 |
| Hex | EA | 27 | 45 | 0 | 53 | 47 | 8 | 15F | 52 | 36 |
| Octal | 352 | 47 | 105 | 0 | 123 | 107 | 10 | 537 | 122 | 66 |
| Binary | 11101010 | 100111 | 1000101 | 0 | 1010011 | 1000111 | 1000 | 101011111 | 1010010 | 110110 |
Color Harmonies of #EA2745
Complementary color
Monochromatic Colors of #EA2745
Black with #EA2745
Text Example
Text Example
White with #EA2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2745; }
p { color: rgb(234,39,69); }
H1.HeaderClassName
{
color: #EA2745;
}
.AnyTagClassName
{
color: #EA2745;
}
</style>
background-color css
<style>
a { background-color: #EA2745; }
a { background-color: rgb(234,39,69); }
div.DivClassName
{
background-color: #EA2745;
}
.BgClassName
{
background-color: #EA2745;
}
</style>
border-color css
<style>
span { border-color: #EA2745; }
span { border-color: rgb(234,39,69); }
td.TdClassName
{
border-color: #EA2745;
}
.TagClassName
{
border-color: #EA2745;
}
</style>