#E7B4BD

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

Shades of Melanie #E7B4BD

Tints of Melanie #E7B4BD

Color information

#E7B4BD (or 0xE7B4BD) is unknown color: approx Melanie. HEX triplet: E7, B4 and BD. RGB value is (231,180,189). Sum of RGB (Red+Green+Blue) = 231+180+189=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4BD is #184B42. Grayscale: #C4C4C4. Windows color (decimal): -1592131 or 12432615. OLE color: 12432615.

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

Color convert

RGB231180189-
CMYK00.220.180.09
HSL349.41º51.52%80.59%-
HSV(B)349.41º22.08%90.59%-
XYZ58.4653.3155.35-
YUV196.27123.9152.77-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 180 (70.70% from 255) = 30%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=38.5%
G=30%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118018900.220.180.09349.4151.5280.59
HexE7B4BD01612915d3451
Octal347264275026221153564121
Binary1110011110110100101111010101101001010011010111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4BD; }

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

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

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

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

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

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

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

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