#E7A8BD

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

Shades of Melanie #E7A8BD

Tints of Melanie #E7A8BD

Color information

#E7A8BD (or 0xE7A8BD) is unknown color: approx Melanie. HEX triplet: E7, A8 and BD. RGB value is (231,168,189). Sum of RGB (Red+Green+Blue) = 231+168+189=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8BD is #185742. Grayscale: #BDBDBD. Windows color (decimal): -1595203 or 12429543. OLE color: 12429543.

HSL color Cylindrical-coordinate representation of color #E7A8BD: hue angle of 340º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A8BD is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB231168189-
CMYK00.270.180.09
HSL340º56.76%78.24%-
HSV(B)340º27.27%90.59%-
XYZ56.1448.6754.58-
YUV189.23127.87157.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.29%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 189 (74.22% from 255) = 32.14%
R=39.29%
G=28.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116818900.270.180.0934056.7678.24
HexE7A8BD01B129154394e
Octal347250275033221152471116
Binary1110011110101000101111010110111001010011010101001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A8BD; }

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

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

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

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

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

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

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

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