Shades of Amaranth #EA264A
Tints of Amaranth #EA264A
RGB
CMYK
RGB Variations
Color information
#EA264A (or 0xEA264A) is known color: Amaranth. HEX triplet: EA, 26 and 4A. RGB value is (234,38,74). Sum of RGB (Red+Green+Blue) = 234+38+74=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA264A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA264A is #15D9B5. Grayscale: #646464. Windows color (decimal): -1431990 or 4859626. OLE color: 4859626.
HSL color Cylindrical-coordinate representation of color #EA264A: hue angle of 348.98º 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 #EA264A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 38 | 74 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.08 |
| HSL | 348.98º | 0.82% | 0.53% | - |
| HSV(B) | 348.98º | 0.84% | 0.92% | - |
| XYZ | 35.86 | 19.37 | 8.33 | - |
| YUV | 100.71 | 112.93 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 74 | 0 | 0.84 | 0.68 | 0.08 | 348.98 | 0.82 | 0.53 |
| Hex | EA | 26 | 4A | 0 | 54 | 44 | 8 | 15D | 52 | 35 |
| Octal | 352 | 46 | 112 | 0 | 124 | 104 | 10 | 535 | 122 | 65 |
| Binary | 11101010 | 100110 | 1001010 | 0 | 1010100 | 1000100 | 1000 | 101011101 | 1010010 | 110101 |
Color Harmonies of #EA264A
Complementary color
Monochromatic Colors of #EA264A
Black with #EA264A
Text Example
Text Example
White with #EA264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA264A; }
p { color: rgb(234,38,74); }
H1.HeaderClassName
{
color: #EA264A;
}
.AnyTagClassName
{
color: #EA264A;
}
</style>
background-color css
<style>
a { background-color: #EA264A; }
a { background-color: rgb(234,38,74); }
div.DivClassName
{
background-color: #EA264A;
}
.BgClassName
{
background-color: #EA264A;
}
</style>
border-color css
<style>
span { border-color: #EA264A; }
span { border-color: rgb(234,38,74); }
td.TdClassName
{
border-color: #EA264A;
}
.TagClassName
{
border-color: #EA264A;
}
</style>