#E7B2BF

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

Shades of Melanie #E7B2BF

Tints of Melanie #E7B2BF

Color information

#E7B2BF (or 0xE7B2BF) is unknown color: approx Melanie. HEX triplet: E7, B2 and BF. RGB value is (231,178,191). Sum of RGB (Red+Green+Blue) = 231+178+191=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B2BF is #184D40. Grayscale: #C3C3C3. Windows color (decimal): -1592641 or 12563175. OLE color: 12563175.

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

Color convert

RGB231178191-
CMYK00.230.170.09
HSL345.28º52.48%80.2%-
HSV(B)345.28º22.94%90.59%-
XYZ58.2852.5956.37-
YUV195.33125.56153.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 178 (69.92% from 255) = 29.67%
BLUE value IS 191 (75% from 255) = 31.83%
R=38.5%
G=29.67%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117819100.230.170.09345.2852.4880.2
HexE7B2BF0171191593450
Octal347262277027211153164120
Binary1110011110110010101111110101111000110011010110011101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B2BF; }

 p { color: rgb(231,178,191); }

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

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

 a { background-color: rgb(231,178,191); }

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

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

 span { border-color: rgb(231,178,191); }

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