#E11F48

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

Shades of Amaranth #E11F48

Tints of Amaranth #E11F48

Color information

#E11F48 (or 0xE11F48) is unknown color: approx Amaranth. HEX triplet: E1, 1F and 48. RGB value is (225,31,72). Sum of RGB (Red+Green+Blue) = 225+31+72=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E11F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11F48 is #1EE0B7. Grayscale: #5D5D5D. Windows color (decimal): -2023608 or 4726753. OLE color: 4726753.

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

Color convert

RGB2253172-
CMYK00.860.680.12
HSL347.32º76.38%50.2%-
HSV(B)347.32º86.22%88.24%-
XYZ32.7117.467.78-
YUV93.68115.77221.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 68.60%
GREEN value IS 31 (12.5% from 255) = 9.45%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=68.60%
G=9.45%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225317200.860.680.12347.3276.3850.2
HexE11F4805644C15b4c32
Octal3413711001261041453311462
Binary1110000111111100100001010110100010011001010110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11F48; }

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

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

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

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

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

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

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

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