Shades of Amaranth #EA2645
Tints of Amaranth #EA2645
RGB
CMYK
RGB Variations
Color information
#EA2645 (or 0xEA2645) is known color: Amaranth. HEX triplet: EA, 26 and 45. RGB value is (234,38,69). Sum of RGB (Red+Green+Blue) = 234+38+69=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2645 is #15D9BA. Grayscale: #646464. Windows color (decimal): -1431995 or 4531946. OLE color: 4531946.
HSL color Cylindrical-coordinate representation of color #EA2645: hue angle of 350.51º 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 #EA2645 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 69 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.08 |
| HSL | 350.51º | 0.82% | 0.53% | - |
| HSV(B) | 350.51º | 0.84% | 0.92% | - |
| XYZ | 35.7 | 19.31 | 7.48 | - |
| YUV | 100.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 69 | 0 | 0.84 | 0.71 | 0.08 | 350.51 | 0.82 | 0.53 |
| Hex | EA | 26 | 45 | 0 | 54 | 47 | 8 | 15F | 52 | 35 |
| Octal | 352 | 46 | 105 | 0 | 124 | 107 | 10 | 537 | 122 | 65 |
| Binary | 11101010 | 100110 | 1000101 | 0 | 1010100 | 1000111 | 1000 | 101011111 | 1010010 | 110101 |
Color Harmonies of #EA2645
Complementary color
Monochromatic Colors of #EA2645
Black with #EA2645
Text Example
Text Example
White with #EA2645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2645; }
p { color: rgb(234,38,69); }
H1.HeaderClassName
{
color: #EA2645;
}
.AnyTagClassName
{
color: #EA2645;
}
</style>
background-color css
<style>
a { background-color: #EA2645; }
a { background-color: rgb(234,38,69); }
div.DivClassName
{
background-color: #EA2645;
}
.BgClassName
{
background-color: #EA2645;
}
</style>
border-color css
<style>
span { border-color: #EA2645; }
span { border-color: rgb(234,38,69); }
td.TdClassName
{
border-color: #EA2645;
}
.TagClassName
{
border-color: #EA2645;
}
</style>