#E13B57

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

Shades of Amaranth #E13B57

Tints of Amaranth #E13B57

Color information

#E13B57 (or 0xE13B57) is unknown color: approx Amaranth. HEX triplet: E1, 3B and 57. RGB value is (225,59,87). Sum of RGB (Red+Green+Blue) = 225+59+87=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13B57 is #1EC4A8. Grayscale: #6F6F6F. Windows color (decimal): -2016425 or 5716961. OLE color: 5716961.

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

Color convert

RGB2255987-
CMYK00.740.610.12
HSL349.88º73.45%55.69%-
HSV(B)349.88º73.78%88.24%-
XYZ34.3419.8211.03-
YUV111.83114208.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.65%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=60.65%
G=15.90%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225598700.740.610.12349.8873.4555.69
HexE13B5704A3DC15e4938
Octal341731270112751453611170
Binary1110000111101110101110100101011110111001010111101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13B57; }

 p { color: rgb(225,59,87); }

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

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

 a { background-color: rgb(225,59,87); }

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

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

 span { border-color: rgb(225,59,87); }

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