#e11d4b

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

Shades of Amaranth #E11D4B

Tints of Amaranth #E11D4B

Color information

#E11D4B (or 0xE11D4B) is unknown color: approx Amaranth. HEX triplet: E1, 1D and 4B. RGB value is (225,29,75). Sum of RGB (Red+Green+Blue) = 225+29+75=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D4B is #1EE2B4. Grayscale: #5C5C5C. Windows color (decimal): -2024117 or 4922849. OLE color: 4922849.

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

Color convert

RGB2252975-
CMYK00.870.670.12
HSL345.92º77.17%49.8%-
HSV(B)345.92º87.11%88.24%-
XYZ32.7617.398.29-
YUV92.85117.93222.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.39%
GREEN value IS 29 (11.72% from 255) = 8.81%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=68.39%
G=8.81%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225297500.870.670.12345.9277.1749.8
HexE11D4B05743C15a4d32
Octal3413511301271031453211562
Binary1110000111101100101101010111100001111001010110101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e11d4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e11d4b; }

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

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

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

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

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

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

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

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