#E64156

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

Shades of Amaranth #E64156

Tints of Amaranth #E64156

Color information

#E64156 (or 0xE64156) is unknown color: approx Amaranth. HEX triplet: E6, 41 and 56. RGB value is (230,65,86). Sum of RGB (Red+Green+Blue) = 230+65+86=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E64156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64156 is #19BEA9. Grayscale: #747474. Windows color (decimal): -1687210 or 5652966. OLE color: 5652966.

HSL color Cylindrical-coordinate representation of color #E64156: hue angle of 352.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64156 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB2306586-
CMYK00.720.630.10
HSL352.36º76.74%57.84%-
HSV(B)352.36º71.74%90.2%-
XYZ36.221.2811-
YUV116.73110.66208.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 60.37%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 86 (33.98% from 255) = 22.57%
R=60.37%
G=17.06%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230658600.720.630.10352.3676.7457.84
HexE641560483FA1604d3a
Octal3461011260110771254011572
Binary11100110100000110101100100100011111110101011000001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E64156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E64156; }

 p { color: rgb(230,65,86); }

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

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

 a { background-color: rgb(230,65,86); }

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

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

 span { border-color: rgb(230,65,86); }

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