#e2aabf

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

Shades of Melanie #E2AABF

Tints of Melanie #E2AABF

Color information

#E2AABF (or 0xE2AABF) is unknown color: approx Melanie. HEX triplet: E2, AA and BF. RGB value is (226,170,191). Sum of RGB (Red+Green+Blue) = 226+170+191=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AABF is #1D5540. Grayscale: #BDBDBD. Windows color (decimal): -1922369 or 12561122. OLE color: 12561122.

HSL color Cylindrical-coordinate representation of color #E2AABF: hue angle of 337.5º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AABF is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226170191-
CMYK00.250.150.11
HSL337.5º49.12%77.65%-
HSV(B)337.5º24.78%88.63%-
XYZ55.1448.6855.78-
YUV189.14129.05154.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.50%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 191 (75% from 255) = 32.54%
R=38.50%
G=28.96%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617019100.250.150.11337.549.1277.65
HexE2AABF019FB152314e
Octal342252277031171352261116
Binary111000101010101010111111011001111110111010100101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2aabf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2aabf; }

 p { color: rgb(226,170,191); }

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

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

 a { background-color: rgb(226,170,191); }

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

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

 span { border-color: rgb(226,170,191); }

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