#E7B0BC

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

Shades of Melanie #E7B0BC

Tints of Melanie #E7B0BC

Color information

#E7B0BC (or 0xE7B0BC) is unknown color: approx Melanie. HEX triplet: E7, B0 and BC. RGB value is (231,176,188). Sum of RGB (Red+Green+Blue) = 231+176+188=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0BC is #184F43. Grayscale: #C1C1C1. Windows color (decimal): -1593156 or 12366055. OLE color: 12366055.

HSL color Cylindrical-coordinate representation of color #E7B0BC: hue angle of 346.91º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0BC is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231176188-
CMYK00.240.190.09
HSL346.91º53.4%79.8%-
HSV(B)346.91º23.81%90.59%-
XYZ57.5651.6754.52-
YUV193.81124.72154.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=38.82%
G=29.58%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117618800.240.190.09346.9153.479.8
HexE7B0BC01813915b3550
Octal347260274030231153365120
Binary1110011110110000101111000110001001110011010110111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0BC; }

 p { color: rgb(231,176,188); }

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

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

 a { background-color: rgb(231,176,188); }

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

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

 span { border-color: rgb(231,176,188); }

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