Html Css Color HEX #E13F56 Amaranth

📋 copy color: '#E13F56'

red 225 ◦ green 63 ◦ blue 86

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

Shades of Amaranth #E13F56

Tints of Amaranth #E13F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 60.16%
G = 16.84%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E13F56 (or 0xE13F56) is known color: Amaranth. HEX triplet: E1, 3F and 56. RGB value is (225,63,86). Sum of RGB (Red+Green+Blue) = 225+63+86=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13F56 is #1EC0A9. Grayscale: #727272. Windows color (decimal): -2015402 or 5652449. OLE color: 5652449.

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

Color convert

RGB 225 63 86 -
CMYK 0 0.72 0.62 0.12
HSL 351.48º 0.73% 0.56% -
HSV(B) 351.48º 0.72% 0.88% -
XYZ 34.51 20.23 10.89 -
YUV 114.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 225 63 86 0 0.72 0.62 0.12 351.48 0.73 0.56
Hex E1 3F 56 0 48 3E C 15F 49 38
Octal 341 77 126 0 110 76 14 537 111 70
Binary 11100001 111111 1010110 0 1001000 111110 1100 101011111 1001001 111000

Color Harmonies of #E13F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F56

Black with #E13F56

Text Example


Text Example

White with #E13F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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