#EA4556

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

Shades of Amaranth #EA4556

Tints of Amaranth #EA4556

Color information

#EA4556 (or 0xEA4556) is unknown color: approx Amaranth. HEX triplet: EA, 45 and 56. RGB value is (234,69,86). Sum of RGB (Red+Green+Blue) = 234+69+86=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4556 is #15BAA9. Grayscale: #787878. Windows color (decimal): -1424042 or 5653994. OLE color: 5653994.

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

Color convert

RGB2346986-
CMYK00.710.630.08
HSL353.82º79.71%59.41%-
HSV(B)353.82º70.51%91.76%-
XYZ37.7422.4211.14-
YUV120.27108.66209.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.15%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=60.15%
G=17.74%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234698600.710.630.08353.8279.7159.41
HexEA45560473F8162503b
Octal3521051260107771054212073
Binary11101010100010110101100100011111111110001011000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4556; }

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

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

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

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

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

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

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

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