#E84055

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

Shades of Amaranth #E84055

Tints of Amaranth #E84055

Color information

#E84055 (or 0xE84055) is unknown color: approx Amaranth. HEX triplet: E8, 40 and 55. RGB value is (232,64,85). Sum of RGB (Red+Green+Blue) = 232+64+85=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E84055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84055 is #17BFAA. Grayscale: #747474. Windows color (decimal): -1556395 or 5587176. OLE color: 5587176.

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

Color convert

RGB2326485-
CMYK00.720.630.09
HSL352.5º78.5%58.04%-
HSV(B)352.5º72.41%90.98%-
XYZ36.7521.4810.8-
YUV116.63110.16210.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 60.89%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=60.89%
G=16.80%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232648500.720.630.09352.578.558.04
HexE840550483F91604f3a
Octal3501001250110771154011772
Binary11101000100000010101010100100011111110011011000001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84055; }

 p { color: rgb(232,64,85); }

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

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

 a { background-color: rgb(232,64,85); }

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

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

 span { border-color: rgb(232,64,85); }

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