#E7B4BF

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

Shades of Melanie #E7B4BF

Tints of Melanie #E7B4BF

Color information

#E7B4BF (or 0xE7B4BF) is unknown color: approx Melanie. HEX triplet: E7, B4 and BF. RGB value is (231,180,191). Sum of RGB (Red+Green+Blue) = 231+180+191=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4BF is #184B40. Grayscale: #C4C4C4. Windows color (decimal): -1592129 or 12563687. OLE color: 12563687.

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

Color convert

RGB231180191-
CMYK00.220.170.09
HSL347.06º51.52%80.59%-
HSV(B)347.06º22.08%90.59%-
XYZ58.6853.3956.5-
YUV196.5124.9152.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 191 (75% from 255) = 31.73%
R=38.37%
G=29.90%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118019100.220.170.09347.0651.5280.59
HexE7B4BF01611915b3451
Octal347264277026211153364121
Binary1110011110110100101111110101101000110011010110111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4BF; }

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

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

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

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

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

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

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

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