#E0414A

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

Shades of Amaranth #E0414A

Tints of Amaranth #E0414A

Color information

#E0414A (or 0xE0414A) is unknown color: approx Amaranth. HEX triplet: E0, 41 and 4A. RGB value is (224,65,74). Sum of RGB (Red+Green+Blue) = 224+65+74=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E0414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0414A is #1FBEB5. Grayscale: #717171. Windows color (decimal): -2080438 or 4866528. OLE color: 4866528.

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

Color convert

RGB2246574-
CMYK00.710.670.12
HSL356.6º71.95%56.67%-
HSV(B)356.6º70.98%87.84%-
XYZ33.8720.128.58-
YUV113.57105.68206.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 61.71%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=61.71%
G=17.91%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224657400.710.670.12356.671.9556.67
HexE0414A04743C1654839
Octal34010111201071031454511071
Binary111000001000001100101001000111100001111001011001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0414A; }

 p { color: rgb(224,65,74); }

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

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

 a { background-color: rgb(224,65,74); }

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

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

 span { border-color: rgb(224,65,74); }

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