Html Css Color HEX #E13E49 Amaranth

📋 copy color: '#E13E49'

red 225 ◦ green 62 ◦ blue 73

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

Shades of Amaranth #E13E49

Tints of Amaranth #E13E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.22%

 BLUE value IS 73 (28.91% from 255) = 20.28%

R = 62.5%
G = 17.22%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E13E49 (or 0xE13E49) is known color: Amaranth. HEX triplet: E1, 3E and 49. RGB value is (225,62,73). Sum of RGB (Red+Green+Blue) = 225+62+73=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13E49 is #1EC1B6. Grayscale: #707070. Windows color (decimal): -2015671 or 4800225. OLE color: 4800225.

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

Color convert

RGB 225 62 73 -
CMYK 0 0.72 0.68 0.12
HSL 355.95º 0.73% 0.56% -
HSV(B) 355.95º 0.72% 0.88% -
XYZ 33.98 19.93 8.36 -
YUV 111.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 225 62 73 0 0.72 0.68 0.12 355.95 0.73 0.56
Hex E1 3E 49 0 48 44 C 164 49 38
Octal 341 76 111 0 110 104 14 544 111 70
Binary 11100001 111110 1001001 0 1001000 1000100 1100 101100100 1001001 111000

Color Harmonies of #E13E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13E49

Black with #E13E49

Text Example


Text Example

White with #E13E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13E49; }

 p { color: rgb(225,62,73); }

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

background-color css

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

 a { background-color: rgb(225,62,73); }

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

border-color css

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

 span { border-color: rgb(225,62,73); }

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