Html Css Color HEX #E13D57 Amaranth

📋 copy color: '#E13D57'

red 225 ◦ green 61 ◦ blue 87

#E13D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #E13D57

Tints of Amaranth #E13D57

RGB

 RED value IS 225 (88.28% from 255) = 60.32%

 GREEN value IS 61 (24.22% from 255) = 16.35%

 BLUE value IS 87 (34.38% from 255) = 23.32%

R = 60.32%
G = 16.35%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E13D57 (or 0xE13D57) is known color: Amaranth. HEX triplet: E1, 3D and 57. RGB value is (225,61,87). Sum of RGB (Red+Green+Blue) = 225+61+87=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D57 is #1EC2A8. Grayscale: #717171. Windows color (decimal): -2015913 or 5717473. OLE color: 5717473.

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

Color convert

RGB 225 61 87 -
CMYK 0 0.73 0.61 0.12
HSL 350.49º 0.73% 0.56% -
HSV(B) 350.49º 0.73% 0.88% -
XYZ 34.44 20.03 11.07 -
YUV 113 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 225 61 87 0 0.73 0.61 0.12 350.49 0.73 0.56
Hex E1 3D 57 0 49 3D C 15E 49 38
Octal 341 75 127 0 111 75 14 536 111 70
Binary 11100001 111101 1010111 0 1001001 111101 1100 101011110 1001001 111000

Color Harmonies of #E13D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D57

Black with #E13D57

Text Example


Text Example

White with #E13D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D57; }

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

 H1.HeaderClassName
 {
   color: #E13D57;
 }
 .AnyTagClassName
 {
   color: #E13D57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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