#E1B0BC

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

Shades of Melanie #E1B0BC

Tints of Melanie #E1B0BC

Color information

#E1B0BC (or 0xE1B0BC) is unknown color: approx Melanie. HEX triplet: E1, B0 and BC. RGB value is (225,176,188). Sum of RGB (Red+Green+Blue) = 225+176+188=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0BC is #1E4F43. Grayscale: #C0C0C0. Windows color (decimal): -1986372 or 12366049. OLE color: 12366049.

HSL color Cylindrical-coordinate representation of color #E1B0BC: hue angle of 345.31º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B0BC is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225176188-
CMYK00.220.160.12
HSL345.31º44.95%78.63%-
HSV(B)345.31º21.78%88.24%-
XYZ55.6550.6954.43-
YUV192.02125.73151.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.20%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=38.20%
G=29.88%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517618800.220.160.12345.3144.9578.63
HexE1B0BC01610C1592d4f
Octal341260274026201453155117
Binary1110000110110000101111000101101000011001010110011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0BC; }

 p { color: rgb(225,176,188); }

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

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

 a { background-color: rgb(225,176,188); }

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

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

 span { border-color: rgb(225,176,188); }

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