#E3404C

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

Shades of Amaranth #E3404C

Tints of Amaranth #E3404C

Color information

#E3404C (or 0xE3404C) is unknown color: approx Amaranth. HEX triplet: E3, 40 and 4C. RGB value is (227,64,76). Sum of RGB (Red+Green+Blue) = 227+64+76=367 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.85% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 227 - color contains mainly: red. Hex color #E3404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3404C is #1CBFB3. Grayscale: #727272. Windows color (decimal): -1884084 or 4997347. OLE color: 4997347.

HSL color Cylindrical-coordinate representation of color #E3404C: hue angle of 355.58º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E3404C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB2276476-
CMYK00.720.670.11
HSL355.58º74.43%57.06%-
HSV(B)355.58º71.81%89.02%-
XYZ34.8220.528.96-
YUV114.1106.5208.52-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.85%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 76 (30.08% from 255) = 20.71%
R=61.85%
G=17.44%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227647600.720.670.11355.5874.4357.06
HexE3404C04843B1644a39
Octal34310011401101031354411271
Binary111000111000000100110001001000100001110111011001001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3404C; }

 p { color: rgb(227,64,76); }

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

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

 a { background-color: rgb(227,64,76); }

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

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

 span { border-color: rgb(227,64,76); }

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