#E7B0BD

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

Shades of Melanie #E7B0BD

Tints of Melanie #E7B0BD

Color information

#E7B0BD (or 0xE7B0BD) is unknown color: approx Melanie. HEX triplet: E7, B0 and BD. RGB value is (231,176,189). Sum of RGB (Red+Green+Blue) = 231+176+189=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 176 (69.14% from 255 or 29.53% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0BD is #184F42. Grayscale: #C1C1C1. Windows color (decimal): -1593155 or 12431591. OLE color: 12431591.

HSL color Cylindrical-coordinate representation of color #E7B0BD: hue angle of 345.82º 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 #E7B0BD is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231176189-
CMYK00.240.180.09
HSL345.82º53.4%79.8%-
HSV(B)345.82º23.81%90.59%-
XYZ57.6751.7155.09-
YUV193.93125.22154.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.76%
GREEN value IS 176 (69.14% from 255) = 29.53%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=38.76%
G=29.53%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117618900.240.180.09345.8253.479.8
HexE7B0BD01812915a3550
Octal347260275030221153265120
Binary1110011110110000101111010110001001010011010110101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0BD; }

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

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

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

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

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

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

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

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