Html Css Color HEX #E11E48 Amaranth

📋 copy color: '#E11E48'

red 225 ◦ green 30 ◦ blue 72

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

Shades of Amaranth #E11E48

Tints of Amaranth #E11E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

 BLUE value IS 72 (28.52% from 255) = 22.02%

R = 68.81%
G = 9.17%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E11E48 (or 0xE11E48) is known color: Amaranth. HEX triplet: E1, 1E and 48. RGB value is (225,30,72). Sum of RGB (Red+Green+Blue) = 225+30+72=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E11E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11E48 is #1EE1B7. Grayscale: #5D5D5D. Windows color (decimal): -2023864 or 4726497. OLE color: 4726497.

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

Color convert

RGB 225 30 72 -
CMYK 0 0.87 0.68 0.12
HSL 347.08º 0.76% 0.5% -
HSV(B) 347.08º 0.87% 0.88% -
XYZ 32.69 17.4 7.77 -
YUV 93.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 225 30 72 0 0.87 0.68 0.12 347.08 0.76 0.5
Hex E1 1E 48 0 57 44 C 15B 4C 32
Octal 341 36 110 0 127 104 14 533 114 62
Binary 11100001 11110 1001000 0 1010111 1000100 1100 101011011 1001100 110010

Color Harmonies of #E11E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11E48

Black with #E11E48

Text Example


Text Example

White with #E11E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11E48; }

 p { color: rgb(225,30,72); }

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

background-color css

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

 a { background-color: rgb(225,30,72); }

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

border-color css

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

 span { border-color: rgb(225,30,72); }

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