#E6AABB

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

Shades of Melanie #E6AABB

Tints of Melanie #E6AABB

Color information

#E6AABB (or 0xE6AABB) is unknown color: approx Melanie. HEX triplet: E6, AA and BB. RGB value is (230,170,187). Sum of RGB (Red+Green+Blue) = 230+170+187=587 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.18% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AABB is #195544. Grayscale: #BDBDBD. Windows color (decimal): -1660229 or 12298982. OLE color: 12298982.

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

Color convert

RGB230170187-
CMYK00.260.190.10
HSL343º54.55%78.43%-
HSV(B)343º26.09%90.2%-
XYZ55.9849.1653.55-
YUV189.88126.38156.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.18%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=39.18%
G=28.96%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017018700.260.190.1034354.5578.43
HexE6AABB01A13A157374e
Octal346252273032231252767116
Binary1110011010101010101110110110101001110101010101111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AABB; }

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

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

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

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

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

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

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

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