#E6A8BD

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

Shades of Melanie #E6A8BD

Tints of Melanie #E6A8BD

Color information

#E6A8BD (or 0xE6A8BD) is unknown color: approx Melanie. HEX triplet: E6, A8 and BD. RGB value is (230,168,189). Sum of RGB (Red+Green+Blue) = 230+168+189=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A8BD is #195742. Grayscale: #BCBCBC. Windows color (decimal): -1660739 or 12429542. OLE color: 12429542.

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

Color convert

RGB230168189-
CMYK00.270.180.10
HSL339.68º55.36%78.04%-
HSV(B)339.68º26.96%90.2%-
XYZ55.8248.554.56-
YUV188.93128.04157.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 168 (66.02% from 255) = 28.62%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=39.18%
G=28.62%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016818900.270.180.10339.6855.3678.04
HexE6A8BD01B12A154374e
Octal346250275033221252467116
Binary1110011010101000101111010110111001010101010101001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A8BD; }

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

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

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

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

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

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

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

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