#E8ACC0

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

Shades of Melanie #E8ACC0

Tints of Melanie #E8ACC0

Color information

#E8ACC0 (or 0xE8ACC0) is unknown color: approx Melanie. HEX triplet: E8, AC and C0. RGB value is (232,172,192). Sum of RGB (Red+Green+Blue) = 232+172+192=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8ACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8ACC0 is #17533F. Grayscale: #C0C0C0. Windows color (decimal): -1528640 or 12627176. OLE color: 12627176.

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

Color convert

RGB232172192-
CMYK00.260.170.09
HSL340º56.6%79.22%-
HSV(B)340º25.86%90.98%-
XYZ57.5550.4756.58-
YUV192.22127.88156.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 192 (75.39% from 255) = 32.21%
R=38.93%
G=28.86%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217219200.260.170.0934056.679.22
HexE8ACC001A119154394f
Octal350254300032211152471117
Binary1110100010101100110000000110101000110011010101001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACC0; }

 p { color: rgb(232,172,192); }

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

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

 a { background-color: rgb(232,172,192); }

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

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

 span { border-color: rgb(232,172,192); }

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