#E8BAC0

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

Shades of Melanie #E8BAC0

Tints of Melanie #E8BAC0

Color information

#E8BAC0 (or 0xE8BAC0) is unknown color: approx Melanie. HEX triplet: E8, BA and C0. RGB value is (232,186,192). Sum of RGB (Red+Green+Blue) = 232+186+192=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAC0 is #17453F. Grayscale: #C8C8C8. Windows color (decimal): -1525056 or 12630760. OLE color: 12630760.

HSL color Cylindrical-coordinate representation of color #E8BAC0: hue angle of 352.17º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BAC0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB232186192-
CMYK00.200.170.09
HSL352.17º50%81.96%-
HSV(B)352.17º19.83%90.98%-
XYZ60.3556.0857.51-
YUV200.44123.24150.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 192 (75.39% from 255) = 31.48%
R=38.03%
G=30.49%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218619200.200.170.09352.175081.96
HexE8BAC00141191603252
Octal350272300024211154062122
Binary1110100010111010110000000101001000110011011000001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAC0; }

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

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

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

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

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

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

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

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