#E34056

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

Shades of Amaranth #E34056

Tints of Amaranth #E34056

Color information

#E34056 (or 0xE34056) is unknown color: approx Amaranth. HEX triplet: E3, 40 and 56. RGB value is (227,64,86). Sum of RGB (Red+Green+Blue) = 227+64+86=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E34056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34056 is #1CBFA9. Grayscale: #737373. Windows color (decimal): -1884074 or 5652707. OLE color: 5652707.

HSL color Cylindrical-coordinate representation of color #E34056: hue angle of 351.9º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E34056 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2276486-
CMYK00.720.620.11
HSL351.9º74.43%57.06%-
HSV(B)351.9º71.81%89.02%-
XYZ35.1920.6710.94-
YUV115.24111.5207.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 60.21%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=60.21%
G=16.98%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227648600.720.620.11351.974.4357.06
HexE340560483EB1604a39
Octal3431001260110761354011271
Binary11100011100000010101100100100011111010111011000001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34056; }

 p { color: rgb(227,64,86); }

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

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

 a { background-color: rgb(227,64,86); }

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

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

 span { border-color: rgb(227,64,86); }

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