#EA3E4C

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

Shades of Amaranth #EA3E4C

Tints of Amaranth #EA3E4C

Color information

#EA3E4C (or 0xEA3E4C) is unknown color: approx Amaranth. HEX triplet: EA, 3E and 4C. RGB value is (234,62,76). Sum of RGB (Red+Green+Blue) = 234+62+76=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E4C is #15C1B3. Grayscale: #737373. Windows color (decimal): -1425844 or 4996842. OLE color: 4996842.

HSL color Cylindrical-coordinate representation of color #EA3E4C: hue angle of 355.12º 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 #EA3E4C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB2346276-
CMYK00.740.680.08
HSL355.12º80.37%58.04%-
HSV(B)355.12º73.5%91.76%-
XYZ36.9621.469.03-
YUV115.02105.98212.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.90%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 76 (30.08% from 255) = 20.43%
R=62.90%
G=16.67%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234627600.740.680.08355.1280.3758.04
HexEA3E4C04A448163503a
Octal3527611401121041054312072
Binary11101010111110100110001001010100010010001011000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3E4C; }

 p { color: rgb(234,62,76); }

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

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

 a { background-color: rgb(234,62,76); }

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

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

 span { border-color: rgb(234,62,76); }

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