#E7ACBD

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

Shades of Melanie #E7ACBD

Tints of Melanie #E7ACBD

Color information

#E7ACBD (or 0xE7ACBD) is unknown color: approx Melanie. HEX triplet: E7, AC and BD. RGB value is (231,172,189). Sum of RGB (Red+Green+Blue) = 231+172+189=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACBD is #185342. Grayscale: #BFBFBF. Windows color (decimal): -1594179 or 12430567. OLE color: 12430567.

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

Color convert

RGB231172189-
CMYK00.260.180.09
HSL342.71º55.14%79.02%-
HSV(B)342.71º25.54%90.59%-
XYZ56.8950.1754.83-
YUV191.58126.55156.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=39.02%
G=29.05%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117218900.260.180.09342.7155.1479.02
HexE7ACBD01A129157374f
Octal347254275032221152767117
Binary1110011110101100101111010110101001010011010101111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACBD; }

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

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

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

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

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

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

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

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