#E01E56

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

Shades of Amaranth #E01E56

Tints of Amaranth #E01E56

Color information

#E01E56 (or 0xE01E56) is unknown color: approx Amaranth. HEX triplet: E0, 1E and 56. RGB value is (224,30,86). Sum of RGB (Red+Green+Blue) = 224+30+86=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E56 is #1FE1A9. Grayscale: #5E5E5E. Windows color (decimal): -2089386 or 5644000. OLE color: 5644000.

HSL color Cylindrical-coordinate representation of color #E01E56: 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.87%. Process color model (Four color, CMYK) of #E01E56 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB2243086-
CMYK00.870.620.12
HSL342.68º76.38%49.8%-
HSV(B)342.68º86.61%87.84%-
XYZ32.8817.4510.44-
YUV94.39123.27220.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 65.88%
GREEN value IS 30 (12.11% from 255) = 8.82%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=65.88%
G=8.82%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224308600.870.620.12342.6876.3849.8
HexE01E560573EC1574c32
Octal340361260127761452711462
Binary111000001111010101100101011111111011001010101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E56; }

 p { color: rgb(224,30,86); }

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

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

 a { background-color: rgb(224,30,86); }

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

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

 span { border-color: rgb(224,30,86); }

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