#EA354E

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

Shades of Amaranth #EA354E

Tints of Amaranth #EA354E

Color information

#EA354E (or 0xEA354E) is unknown color: approx Amaranth. HEX triplet: EA, 35 and 4E. RGB value is (234,53,78). Sum of RGB (Red+Green+Blue) = 234+53+78=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA354E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA354E is #15CAB1. Grayscale: #6E6E6E. Windows color (decimal): -1428146 or 5125610. OLE color: 5125610.

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

Color convert

RGB2345378-
CMYK00.770.670.08
HSL351.71º81.17%56.27%-
HSV(B)351.71º77.35%91.76%-
XYZ36.5820.599.25-
YUV109.97109.97216.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.11%
GREEN value IS 53 (21.09% from 255) = 14.52%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=64.11%
G=14.52%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234537800.770.670.08351.7181.1756.27
HexEA354E04D4381605138
Octal3526511601151031054012170
Binary11101010110101100111001001101100001110001011000001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA354E; }

 p { color: rgb(234,53,78); }

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

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

 a { background-color: rgb(234,53,78); }

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

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

 span { border-color: rgb(234,53,78); }

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