#E13D52

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

Shades of Amaranth #E13D52

Tints of Amaranth #E13D52

Color information

#E13D52 (or 0xE13D52) is unknown color: approx Amaranth. HEX triplet: E1, 3D and 52. RGB value is (225,61,82). Sum of RGB (Red+Green+Blue) = 225+61+82=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D52 is #1EC2AD. Grayscale: #707070. Windows color (decimal): -2015918 or 5389793. OLE color: 5389793.

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

Color convert

RGB2256182-
CMYK00.730.640.12
HSL352.32º73.21%56.08%-
HSV(B)352.32º72.89%88.24%-
XYZ34.2419.9510.03-
YUV112.43110.83208.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 61.14%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=61.14%
G=16.58%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225618200.730.640.12352.3273.2156.08
HexE13D5204940C1604938
Octal3417512201111001454011170
Binary11100001111101101001001001001100000011001011000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D52; }

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

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

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

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

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

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

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

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