#E01E54

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

Shades of Amaranth #E01E54

Tints of Amaranth #E01E54

Color information

#E01E54 (or 0xE01E54) is unknown color: approx Amaranth. HEX triplet: E0, 1E and 54. RGB value is (224,30,84). Sum of RGB (Red+Green+Blue) = 224+30+84=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E54 is #1FE1AB. Grayscale: #5E5E5E. Windows color (decimal): -2089388 or 5512928. OLE color: 5512928.

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

Color convert

RGB2243084-
CMYK00.870.620.12
HSL343.3º76.38%49.8%-
HSV(B)343.3º86.61%87.84%-
XYZ32.817.4210.02-
YUV94.16122.27220.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 66.27%
GREEN value IS 30 (12.11% from 255) = 8.88%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=66.27%
G=8.88%
B=24.85%

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
Decimal224308400.870.620.12343.376.3849.8
HexE01E540573EC1574c32
Octal340361240127761452711462
Binary111000001111010101000101011111111011001010101111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E54; }

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

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

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

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

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

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

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

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