#E11F4B

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

Shades of Amaranth #E11F4B

Tints of Amaranth #E11F4B

Color information

#E11F4B (or 0xE11F4B) is unknown color: approx Amaranth. HEX triplet: E1, 1F and 4B. RGB value is (225,31,75). Sum of RGB (Red+Green+Blue) = 225+31+75=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F4B is #1EE0B4. Grayscale: #5E5E5E. Windows color (decimal): -2023605 or 4923361. OLE color: 4923361.

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

Color convert

RGB2253175-
CMYK00.860.670.12
HSL346.39º76.38%50.2%-
HSV(B)346.39º86.22%88.24%-
XYZ32.8117.58.3-
YUV94.02117.27221.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.98%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 75 (29.69% from 255) = 22.66%
R=67.98%
G=9.37%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225317500.860.670.12346.3976.3850.2
HexE11F4B05643C15a4c32
Octal3413711301261031453211462
Binary1110000111111100101101010110100001111001010110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F4B; }

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

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

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

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

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

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

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

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