#EA3857

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

Shades of Amaranth #EA3857

Tints of Amaranth #EA3857

Color information

#EA3857 (or 0xEA3857) is unknown color: approx Amaranth. HEX triplet: EA, 38 and 57. RGB value is (234,56,87). Sum of RGB (Red+Green+Blue) = 234+56+87=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3857 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3857 is #15C7A8. Grayscale: #707070. Windows color (decimal): -1427369 or 5716202. OLE color: 5716202.

HSL color Cylindrical-coordinate representation of color #EA3857: hue angle of 349.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3857 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB2345687-
CMYK00.760.630.08
HSL349.55º80.91%56.86%-
HSV(B)349.55º76.07%91.76%-
XYZ37.0721.0111.12-
YUV112.76113.47214.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.07%
GREEN value IS 56 (22.27% from 255) = 14.85%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=62.07%
G=14.85%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234568700.760.630.08349.5580.9156.86
HexEA385704C3F815e5139
Octal352701270114771053612171
Binary1110101011100010101110100110011111110001010111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3857; }

 p { color: rgb(234,56,87); }

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

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

 a { background-color: rgb(234,56,87); }

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

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

 span { border-color: rgb(234,56,87); }

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