#E7B0C3

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

Shades of Melanie #E7B0C3

Tints of Melanie #E7B0C3

Color information

#E7B0C3 (or 0xE7B0C3) is unknown color: approx Melanie. HEX triplet: E7, B0 and C3. RGB value is (231,176,195). Sum of RGB (Red+Green+Blue) = 231+176+195=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0C3 is #184F3C. Grayscale: #C2C2C2. Windows color (decimal): -1593149 or 12824807. OLE color: 12824807.

HSL color Cylindrical-coordinate representation of color #E7B0C3: hue angle of 339.27º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0C3 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB231176195-
CMYK00.240.160.09
HSL339.27º53.4%79.8%-
HSV(B)339.27º23.81%90.59%-
XYZ58.3351.9858.59-
YUV194.61128.22153.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 195 (76.56% from 255) = 32.39%
R=38.37%
G=29.24%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117619500.240.160.09339.2753.479.8
HexE7B0C30181091533550
Octal347260303030201152365120
Binary1110011110110000110000110110001000010011010100111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0C3; }

 p { color: rgb(231,176,195); }

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

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

 a { background-color: rgb(231,176,195); }

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

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

 span { border-color: rgb(231,176,195); }

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