#ea3558

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

Shades of Amaranth #EA3558

Tints of Amaranth #EA3558

Color information

#EA3558 (or 0xEA3558) is unknown color: approx Amaranth. HEX triplet: EA, 35 and 58. RGB value is (234,53,88). Sum of RGB (Red+Green+Blue) = 234+53+88=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3558 is #15CAA7. Grayscale: #6F6F6F. Windows color (decimal): -1428136 or 5780970. OLE color: 5780970.

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

Color convert

RGB2345388-
CMYK00.770.620.08
HSL348.4º81.17%56.27%-
HSV(B)348.4º77.35%91.76%-
XYZ36.9720.7411.29-
YUV111.11114.97215.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.4%
GREEN value IS 53 (21.09% from 255) = 14.13%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=62.4%
G=14.13%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234538800.770.620.08348.481.1756.27
HexEA355804D3E815c5138
Octal352651300115761053412170
Binary1110101011010110110000100110111111010001010111001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea3558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea3558; }

 p { color: rgb(234,53,88); }

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

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

 a { background-color: rgb(234,53,88); }

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

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

 span { border-color: rgb(234,53,88); }

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