#EA3158

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

Shades of Amaranth #EA3158

Tints of Amaranth #EA3158

Color information

#EA3158 (or 0xEA3158) is unknown color: approx Amaranth. HEX triplet: EA, 31 and 58. RGB value is (234,49,88). Sum of RGB (Red+Green+Blue) = 234+49+88=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3158 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3158 is #15CEA7. Grayscale: #6C6C6C. Windows color (decimal): -1429160 or 5779946. OLE color: 5779946.

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

Color convert

RGB2344988-
CMYK00.790.620.08
HSL347.35º81.5%55.49%-
HSV(B)347.35º79.06%91.76%-
XYZ36.7920.3911.23-
YUV108.76116.29217.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.07%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=63.07%
G=13.21%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234498800.790.620.08347.3581.555.49
HexEA315804F3E815b5137
Octal352611300117761053312167
Binary1110101011000110110000100111111111010001010110111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3158; }

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

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

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

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

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

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

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

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