#EA1A4F

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

Shades of Amaranth #EA1A4F

Tints of Amaranth #EA1A4F

Color information

#EA1A4F (or 0xEA1A4F) is unknown color: approx Amaranth. HEX triplet: EA, 1A and 4F. RGB value is (234,26,79). Sum of RGB (Red+Green+Blue) = 234+26+79=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A4F is #15E5B0. Grayscale: #5E5E5E. Windows color (decimal): -1435057 or 5184234. OLE color: 5184234.

HSL color Cylindrical-coordinate representation of color #EA1A4F: hue angle of 344.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1A4F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB2342679-
CMYK00.890.660.08
HSL344.71º83.2%50.98%-
HSV(B)344.71º88.89%91.76%-
XYZ35.7118.89.14-
YUV94.23119.41227.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.03%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=69.03%
G=7.67%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234267900.890.660.08344.7183.250.98
HexEA1A4F0594281595333
Octal3523211701311021053112363
Binary1110101011010100111101011001100001010001010110011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1A4F; }

 p { color: rgb(234,26,79); }

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

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

 a { background-color: rgb(234,26,79); }

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

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

 span { border-color: rgb(234,26,79); }

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