Html Css Color HEX #E13F57 Amaranth

📋 copy color: '#E13F57'

red 225 ◦ green 63 ◦ blue 87

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

Shades of Amaranth #E13F57

Tints of Amaranth #E13F57

RGB

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

 GREEN value IS 63 (25% from 255) = 16.8%

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

R = 60%
G = 16.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E13F57 (or 0xE13F57) is known color: Amaranth. HEX triplet: E1, 3F and 57. RGB value is (225,63,87). Sum of RGB (Red+Green+Blue) = 225+63+87=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13F57 is #1EC0A8. Grayscale: #727272. Windows color (decimal): -2015401 or 5717985. OLE color: 5717985.

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

Color convert

RGB 225 63 87 -
CMYK 0 0.72 0.61 0.12
HSL 351.11º 0.73% 0.56% -
HSV(B) 351.11º 0.72% 0.88% -
XYZ 34.55 20.25 11.1 -
YUV 114.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 225 63 87 0 0.72 0.61 0.12 351.11 0.73 0.56
Hex E1 3F 57 0 48 3D C 15F 49 38
Octal 341 77 127 0 110 75 14 537 111 70
Binary 11100001 111111 1010111 0 1001000 111101 1100 101011111 1001001 111000

Color Harmonies of #E13F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F57

Black with #E13F57

Text Example


Text Example

White with #E13F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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