#EA3D59

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

Shades of Amaranth #EA3D59

Tints of Amaranth #EA3D59

Color information

#EA3D59 (or 0xEA3D59) is unknown color: approx Amaranth. HEX triplet: EA, 3D and 59. RGB value is (234,61,89). Sum of RGB (Red+Green+Blue) = 234+61+89=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3D59 is #15C2A6. Grayscale: #737373. Windows color (decimal): -1426087 or 5848554. OLE color: 5848554.

HSL color Cylindrical-coordinate representation of color #EA3D59: hue angle of 350.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3D59 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB2346189-
CMYK00.740.620.08
HSL350.29º80.47%57.84%-
HSV(B)350.29º73.93%91.76%-
XYZ37.421.5511.64-
YUV115.92112.81212.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.94%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 89 (35.16% from 255) = 23.18%
R=60.94%
G=15.89%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234618900.740.620.08350.2980.4757.84
HexEA3D5904A3E815e503a
Octal352751310112761053612072
Binary1110101011110110110010100101011111010001010111101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3D59; }

 p { color: rgb(234,61,89); }

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

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

 a { background-color: rgb(234,61,89); }

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

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

 span { border-color: rgb(234,61,89); }

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