#ea374d

Color #EA374D Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EA374D

Tints of Amaranth #EA374D

Color information

#EA374D (or 0xEA374D) is unknown color: approx Amaranth. HEX triplet: EA, 37 and 4D. RGB value is (234,55,77). Sum of RGB (Red+Green+Blue) = 234+55+77=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA374D is #15C8B2. Grayscale: #6F6F6F. Windows color (decimal): -1427635 or 5060586. OLE color: 5060586.

HSL color Cylindrical-coordinate representation of color #EA374D: hue angle of 352.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA374D is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB2345577-
CMYK00.760.670.08
HSL352.63º81%56.67%-
HSV(B)352.63º76.5%91.76%-
XYZ36.6420.769.1-
YUV111.03108.8215.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 63.93%
GREEN value IS 55 (21.88% from 255) = 15.03%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=63.93%
G=15.03%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234557700.760.670.08352.638156.67
HexEA374D04C4381615139
Octal3526711501141031054112171
Binary11101010110111100110101001100100001110001011000011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea374d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea374d; }

 p { color: rgb(234,55,77); }

 H1.HeaderClassName
 {
   color: #ea374d;
 }
 .AnyTagClassName
 {
   color: #ea374d;
 }
</style>
background-color css

<style>
 a { background-color: #ea374d; }

 a { background-color: rgb(234,55,77); }

 div.DivClassName
 {
   background-color: #ea374d;
 }
 .BgClassName
 {
   background-color: #ea374d;
 }
</style>
border-color css

<style>
 span { border-color: #ea374d; }

 span { border-color: rgb(234,55,77); }

 td.TdClassName
 {
   border-color: #ea374d;
 }
 .TagClassName
 {
   border-color: #ea374d;
 }
</style>