Html Css Color HEX #E13A47 Amaranth

📋 copy color: '#E13A47'

red 225 ◦ green 58 ◦ blue 71

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

Shades of Amaranth #E13A47

Tints of Amaranth #E13A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 63.56%
G = 16.38%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E13A47 (or 0xE13A47) is known color: Amaranth. HEX triplet: E1, 3A and 47. RGB value is (225,58,71). Sum of RGB (Red+Green+Blue) = 225+58+71=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13A47 is #1EC5B8. Grayscale: #6D6D6D. Windows color (decimal): -2016697 or 4668129. OLE color: 4668129.

HSL color Cylindrical-coordinate representation of color #E13A47: hue angle of 355.33º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13A47 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 71 -
CMYK 0 0.74 0.68 0.12
HSL 355.33º 0.74% 0.55% -
HSV(B) 355.33º 0.74% 0.88% -
XYZ 33.7 19.49 7.95 -
YUV 109.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 225 58 71 0 0.74 0.68 0.12 355.33 0.74 0.55
Hex E1 3A 47 0 4A 44 C 163 4A 37
Octal 341 72 107 0 112 104 14 543 112 67
Binary 11100001 111010 1000111 0 1001010 1000100 1100 101100011 1001010 110111

Color Harmonies of #E13A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A47

Black with #E13A47

Text Example


Text Example

White with #E13A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A47; }

 p { color: rgb(225,58,71); }

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

background-color css

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

 a { background-color: rgb(225,58,71); }

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

border-color css

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

 span { border-color: rgb(225,58,71); }

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