#E01E4F

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

Shades of Amaranth #E01E4F

Tints of Amaranth #E01E4F

Color information

#E01E4F (or 0xE01E4F) is unknown color: approx Amaranth. HEX triplet: E0, 1E and 4F. RGB value is (224,30,79). Sum of RGB (Red+Green+Blue) = 224+30+79=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01E4F is #1FE1B0. Grayscale: #5D5D5D. Windows color (decimal): -2089393 or 5185248. OLE color: 5185248.

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

Color convert

RGB2243079-
CMYK00.870.650.12
HSL344.85º76.38%49.8%-
HSV(B)344.85º86.61%87.84%-
XYZ32.6217.349.03-
YUV93.59119.77221.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.27%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=67.27%
G=9.01%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224307900.870.650.12344.8576.3849.8
HexE01E4F05741C1594c32
Octal3403611701271011453111462
Binary1110000011110100111101010111100000111001010110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01E4F; }

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

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

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

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

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

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

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

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