#E7B1C0

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

Shades of Melanie #E7B1C0

Tints of Melanie #E7B1C0

Color information

#E7B1C0 (or 0xE7B1C0) is unknown color: approx Melanie. HEX triplet: E7, B1 and C0. RGB value is (231,177,192). Sum of RGB (Red+Green+Blue) = 231+177+192=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B1C0 is #184E3F. Grayscale: #C2C2C2. Windows color (decimal): -1592896 or 12628455. OLE color: 12628455.

HSL color Cylindrical-coordinate representation of color #E7B1C0: hue angle of 343.33º degrees, saturation: 0.53, 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 #E7B1C0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB231177192-
CMYK00.230.170.09
HSL343.33º52.94%80%-
HSV(B)343.33º23.38%90.59%-
XYZ58.1952.2456.89-
YUV194.86126.39153.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.5%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 192 (75.39% from 255) = 32%
R=38.5%
G=29.5%
B=32%

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
Decimal23117719200.230.170.09343.3352.9480
HexE7B1C00171191573550
Octal347261300027211152765120
Binary1110011110110001110000000101111000110011010101111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B1C0; }

 p { color: rgb(231,177,192); }

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

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

 a { background-color: rgb(231,177,192); }

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

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

 span { border-color: rgb(231,177,192); }

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