#EA404F

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

Shades of Amaranth #EA404F

Tints of Amaranth #EA404F

Color information

#EA404F (or 0xEA404F) is unknown color: approx Amaranth. HEX triplet: EA, 40 and 4F. RGB value is (234,64,79). Sum of RGB (Red+Green+Blue) = 234+64+79=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA404F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA404F is #15BFB0. Grayscale: #747474. Windows color (decimal): -1425329 or 5193962. OLE color: 5193962.

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

Color convert

RGB2346479-
CMYK00.730.660.08
HSL354.71º80.19%58.43%-
HSV(B)354.71º72.65%91.76%-
XYZ37.1821.729.63-
YUV116.54106.82211.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.07%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=62.07%
G=16.98%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234647900.730.660.08354.7180.1958.43
HexEA404F049428163503a
Octal35210011701111021054312072
Binary111010101000000100111101001001100001010001011000111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA404F; }

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

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

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

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

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

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

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

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