#EA414E

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

Shades of Amaranth #EA414E

Tints of Amaranth #EA414E

Color information

#EA414E (or 0xEA414E) is unknown color: approx Amaranth. HEX triplet: EA, 41 and 4E. RGB value is (234,65,78). Sum of RGB (Red+Green+Blue) = 234+65+78=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA414E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA414E is #15BEB1. Grayscale: #757575. Windows color (decimal): -1425074 or 5128682. OLE color: 5128682.

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

Color convert

RGB2346578-
CMYK00.720.670.08
HSL355.38º80.09%58.63%-
HSV(B)355.38º72.22%91.76%-
XYZ37.221.829.46-
YUV117.01105.99211.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.07%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=62.07%
G=17.24%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234657800.720.670.08355.3880.0958.63
HexEA414E048438163503b
Octal35210111601101031054312073
Binary111010101000001100111001001000100001110001011000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA414E; }

 p { color: rgb(234,65,78); }

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

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

 a { background-color: rgb(234,65,78); }

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

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

 span { border-color: rgb(234,65,78); }

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