#EA454D

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

Shades of Amaranth #EA454D

Tints of Amaranth #EA454D

Color information

#EA454D (or 0xEA454D) is unknown color: approx Amaranth. HEX triplet: EA, 45 and 4D. RGB value is (234,69,77). Sum of RGB (Red+Green+Blue) = 234+69+77=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA454D is #15BAB2. Grayscale: #777777. Windows color (decimal): -1424051 or 5064170. OLE color: 5064170.

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

Color convert

RGB2346977-
CMYK00.710.670.08
HSL357.09º79.71%59.41%-
HSV(B)357.09º70.51%91.76%-
XYZ37.422.289.35-
YUV119.25104.16209.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.58%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=61.58%
G=18.16%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234697700.710.670.08357.0979.7159.41
HexEA454D047438165503b
Octal35210511501071031054512073
Binary111010101000101100110101000111100001110001011001011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA454D; }

 p { color: rgb(234,69,77); }

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

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

 a { background-color: rgb(234,69,77); }

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

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

 span { border-color: rgb(234,69,77); }

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