#E11F57

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

Shades of Amaranth #E11F57

Tints of Amaranth #E11F57

Color information

#E11F57 (or 0xE11F57) is unknown color: approx Amaranth. HEX triplet: E1, 1F and 57. RGB value is (225,31,87). Sum of RGB (Red+Green+Blue) = 225+31+87=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E11F57 is #1EE0A8. Grayscale: #5F5F5F. Windows color (decimal): -2023593 or 5709793. OLE color: 5709793.

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

Color convert

RGB2253187-
CMYK00.860.610.12
HSL342.68º76.38%50.2%-
HSV(B)342.68º86.22%88.24%-
XYZ33.2617.6810.68-
YUV95.39123.27220.45-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.60%
GREEN value IS 31 (12.5% from 255) = 9.04%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=65.60%
G=9.04%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225318700.860.610.12342.6876.3850.2
HexE11F570563DC1574c32
Octal341371270126751452711462
Binary111000011111110101110101011011110111001010101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F57; }

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

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

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

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

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

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

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

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