#E04050

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

Shades of Amaranth #E04050

Tints of Amaranth #E04050

Color information

#E04050 (or 0xE04050) is unknown color: approx Amaranth. HEX triplet: E0, 40 and 50. RGB value is (224,64,80). Sum of RGB (Red+Green+Blue) = 224+64+80=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E04050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04050 is #1FBFAF. Grayscale: #717171. Windows color (decimal): -2080688 or 5259488. OLE color: 5259488.

HSL color Cylindrical-coordinate representation of color #E04050: hue angle of 354º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04050 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB2246480-
CMYK00.710.640.12
HSL354º72.07%56.47%-
HSV(B)354º71.43%87.84%-
XYZ34.0220.099.67-
YUV113.66109.01206.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.87%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=60.87%
G=17.39%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224648000.710.640.1235472.0756.47
HexE0405004740C1624838
Octal34010012001071001454211070
Binary111000001000000101000001000111100000011001011000101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04050; }

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

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

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

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

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

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

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

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