#E4205A

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

Shades of Amaranth #E4205A

Tints of Amaranth #E4205A

Color information

#E4205A (or 0xE4205A) is unknown color: approx Amaranth. HEX triplet: E4, 20 and 5A. RGB value is (228,32,90). Sum of RGB (Red+Green+Blue) = 228+32+90=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E4205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4205A is #1BDFA5. Grayscale: #616161. Windows color (decimal): -1826726 or 5906660. OLE color: 5906660.

HSL color Cylindrical-coordinate representation of color #E4205A: hue angle of 342.24º 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 #E4205A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB2283290-
CMYK00.860.610.11
HSL342.24º78.4%50.98%-
HSV(B)342.24º85.96%89.41%-
XYZ34.3618.2711.39-
YUV97.22123.93221.28-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 65.14%
GREEN value IS 32 (12.89% from 255) = 9.14%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=65.14%
G=9.14%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228329000.860.610.11342.2478.450.98
HexE4205A0563DB1564e33
Octal344401320126751352611663
Binary1110010010000010110100101011011110110111010101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4205A; }

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

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

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

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

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

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

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

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