#EA454C

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

Shades of Amaranth #EA454C

Tints of Amaranth #EA454C

Color information

#EA454C (or 0xEA454C) is unknown color: approx Amaranth. HEX triplet: EA, 45 and 4C. RGB value is (234,69,76). Sum of RGB (Red+Green+Blue) = 234+69+76=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA454C is #15BAB3. Grayscale: #777777. Windows color (decimal): -1424052 or 4998634. OLE color: 4998634.

HSL color Cylindrical-coordinate representation of color #EA454C: hue angle of 357.45º 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 #EA454C is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB2346976-
CMYK00.710.680.08
HSL357.45º79.71%59.41%-
HSV(B)357.45º70.51%91.76%-
XYZ37.3622.279.17-
YUV119.13103.66209.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.74%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 76 (30.08% from 255) = 20.05%
R=61.74%
G=18.21%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234697600.710.680.08357.4579.7159.41
HexEA454C047448165503b
Octal35210511401071041054512073
Binary111010101000101100110001000111100010010001011001011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA454C; }

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

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

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

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

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

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

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

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