#E4204D

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

Shades of Amaranth #E4204D

Tints of Amaranth #E4204D

Color information

#E4204D (or 0xE4204D) is unknown color: approx Amaranth. HEX triplet: E4, 20 and 4D. RGB value is (228,32,77). Sum of RGB (Red+Green+Blue) = 228+32+77=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E4204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4204D is #1BDFB2. Grayscale: #5F5F5F. Windows color (decimal): -1826739 or 5054692. OLE color: 5054692.

HSL color Cylindrical-coordinate representation of color #E4204D: hue angle of 346.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4204D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB2283277-
CMYK00.860.660.11
HSL346.22º78.4%50.98%-
HSV(B)346.22º85.96%89.41%-
XYZ33.8518.068.72-
YUV95.73117.43222.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 67.66%
GREEN value IS 32 (12.89% from 255) = 9.50%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=67.66%
G=9.50%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228327700.860.660.11346.2278.450.98
HexE4204D05642B15a4e33
Octal3444011501261021353211663
Binary11100100100000100110101010110100001010111010110101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4204D; }

 p { color: rgb(228,32,77); }

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

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

 a { background-color: rgb(228,32,77); }

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

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

 span { border-color: rgb(228,32,77); }

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