#E7B4BE

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

Shades of Melanie #E7B4BE

Tints of Melanie #E7B4BE

Color information

#E7B4BE (or 0xE7B4BE) is unknown color: approx Melanie. HEX triplet: E7, B4 and BE. RGB value is (231,180,190). Sum of RGB (Red+Green+Blue) = 231+180+190=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4BE is #184B41. Grayscale: #C4C4C4. Windows color (decimal): -1592130 or 12498151. OLE color: 12498151.

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

Color convert

RGB231180190-
CMYK00.220.180.09
HSL348.24º51.52%80.59%-
HSV(B)348.24º22.08%90.59%-
XYZ58.5753.3555.93-
YUV196.39124.4152.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=38.44%
G=29.95%
B=31.61%

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
Decimal23118019000.220.180.09348.2451.5280.59
HexE7B4BE01612915c3451
Octal347264276026221153464121
Binary1110011110110100101111100101101001010011010111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B4BE; }

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

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

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

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

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

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

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

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