#E01E50

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

Shades of Amaranth #E01E50

Tints of Amaranth #E01E50

Color information

#E01E50 (or 0xE01E50) is unknown color: approx Amaranth. HEX triplet: E0, 1E and 50. RGB value is (224,30,80). Sum of RGB (Red+Green+Blue) = 224+30+80=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E50 is #1FE1AF. Grayscale: #5D5D5D. Windows color (decimal): -2089392 or 5250784. OLE color: 5250784.

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

Color convert

RGB2243080-
CMYK00.870.640.12
HSL344.54º76.38%49.8%-
HSV(B)344.54º86.61%87.84%-
XYZ32.6517.369.22-
YUV93.71120.27220.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.07%
GREEN value IS 30 (12.11% from 255) = 8.98%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=67.07%
G=8.98%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224308000.870.640.12344.5476.3849.8
HexE01E5005740C1594c32
Octal3403612001271001453111462
Binary1110000011110101000001010111100000011001010110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E50; }

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

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

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

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

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

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

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

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