#E6A9BB

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

Shades of Melanie #E6A9BB

Tints of Melanie #E6A9BB

Color information

#E6A9BB (or 0xE6A9BB) is unknown color: approx Melanie. HEX triplet: E6, A9 and BB. RGB value is (230,169,187). Sum of RGB (Red+Green+Blue) = 230+169+187=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A9BB is #195644. Grayscale: #BDBDBD. Windows color (decimal): -1660485 or 12298726. OLE color: 12298726.

HSL color Cylindrical-coordinate representation of color #E6A9BB: hue angle of 342.3º 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 #E6A9BB is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230169187-
CMYK00.270.190.10
HSL342.3º54.95%78.24%-
HSV(B)342.3º26.52%90.2%-
XYZ55.7948.7953.49-
YUV189.29126.71157.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.25%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=39.25%
G=28.84%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016918700.270.190.10342.354.9578.24
HexE6A9BB01B13A156374e
Octal346251273033231252667116
Binary1110011010101001101110110110111001110101010101101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A9BB; }

 p { color: rgb(230,169,187); }

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

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

 a { background-color: rgb(230,169,187); }

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

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

 span { border-color: rgb(230,169,187); }

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