Html Css Color HEX #E11F49 Amaranth

📋 copy color: '#E11F49'

red 225 ◦ green 31 ◦ blue 73

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

Shades of Amaranth #E11F49

Tints of Amaranth #E11F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

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

R = 68.39%
G = 9.42%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E11F49 (or 0xE11F49) is known color: Amaranth. HEX triplet: E1, 1F and 49. RGB value is (225,31,73). Sum of RGB (Red+Green+Blue) = 225+31+73=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F49 is #1EE0B6. Grayscale: #5D5D5D. Windows color (decimal): -2023607 or 4792289. OLE color: 4792289.

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

Color convert

RGB 225 31 73 -
CMYK 0 0.86 0.68 0.12
HSL 347.01º 0.76% 0.5% -
HSV(B) 347.01º 0.86% 0.88% -
XYZ 32.74 17.47 7.95 -
YUV 93.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 225 31 73 0 0.86 0.68 0.12 347.01 0.76 0.5
Hex E1 1F 49 0 56 44 C 15B 4C 32
Octal 341 37 111 0 126 104 14 533 114 62
Binary 11100001 11111 1001001 0 1010110 1000100 1100 101011011 1001100 110010

Color Harmonies of #E11F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11F49

Black with #E11F49

Text Example


Text Example

White with #E11F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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