#E13D53

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

Shades of Amaranth #E13D53

Tints of Amaranth #E13D53

Color information

#E13D53 (or 0xE13D53) is unknown color: approx Amaranth. HEX triplet: E1, 3D and 53. RGB value is (225,61,83). Sum of RGB (Red+Green+Blue) = 225+61+83=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D53 is #1EC2AC. Grayscale: #707070. Windows color (decimal): -2015917 or 5455329. OLE color: 5455329.

HSL color Cylindrical-coordinate representation of color #E13D53: hue angle of 351.95º 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 #E13D53 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB2256183-
CMYK00.730.630.12
HSL351.95º73.21%56.08%-
HSV(B)351.95º72.89%88.24%-
XYZ34.2819.9710.23-
YUV112.54111.33208.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.98%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=60.98%
G=16.53%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225618300.730.630.12351.9573.2156.08
HexE13D530493FC1604938
Octal341751230111771454011170
Binary1110000111110110100110100100111111111001011000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D53; }

 p { color: rgb(225,61,83); }

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

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

 a { background-color: rgb(225,61,83); }

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

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

 span { border-color: rgb(225,61,83); }

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