#E11D4F

Color #E11D4F Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E11D4F

Tints of Amaranth #E11D4F

Color information

#E11D4F (or 0xE11D4F) is unknown color: approx Amaranth. HEX triplet: E1, 1D and 4F. RGB value is (225,29,79). Sum of RGB (Red+Green+Blue) = 225+29+79=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11D4F is #1EE2B0. Grayscale: #5D5D5D. Windows color (decimal): -2024113 or 5184993. OLE color: 5184993.

HSL color Cylindrical-coordinate representation of color #E11D4F: hue angle of 344.69º degrees, saturation: 0.77, 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 #E11D4F is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB2252979-
CMYK00.870.650.12
HSL344.69º77.17%49.8%-
HSV(B)344.69º87.11%88.24%-
XYZ32.917.459.03-
YUV93.3119.93221.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.57%
GREEN value IS 29 (11.72% from 255) = 8.71%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=67.57%
G=8.71%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225297900.870.650.12344.6977.1749.8
HexE11D4F05741C1594d32
Octal3413511701271011453111562
Binary1110000111101100111101010111100000111001010110011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11D4F; }

 p { color: rgb(225,29,79); }

 H1.HeaderClassName
 {
   color: #E11D4F;
 }
 .AnyTagClassName
 {
   color: #E11D4F;
 }
</style>
background-color css

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

 a { background-color: rgb(225,29,79); }

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

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

 span { border-color: rgb(225,29,79); }

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