#E13C56

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

Shades of Amaranth #E13C56

Tints of Amaranth #E13C56

Color information

#E13C56 (or 0xE13C56) is unknown color: approx Amaranth. HEX triplet: E1, 3C and 56. RGB value is (225,60,86). Sum of RGB (Red+Green+Blue) = 225+60+86=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C56 is #1EC3A9. Grayscale: #707070. Windows color (decimal): -2016170 or 5651681. OLE color: 5651681.

HSL color Cylindrical-coordinate representation of color #E13C56: hue angle of 350.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13C56 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB2256086-
CMYK00.730.620.12
HSL350.55º73.33%55.88%-
HSV(B)350.55º73.33%88.24%-
XYZ34.3519.9110.84-
YUV112.3113.16208.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.65%
GREEN value IS 60 (23.83% from 255) = 16.17%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=60.65%
G=16.17%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225608600.730.620.12350.5573.3355.88
HexE13C560493EC15f4938
Octal341741260111761453711170
Binary1110000111110010101100100100111111011001010111111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C56; }

 p { color: rgb(225,60,86); }

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

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

 a { background-color: rgb(225,60,86); }

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

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

 span { border-color: rgb(225,60,86); }

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