#E1AABA

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

Shades of Melanie #E1AABA

Tints of Melanie #E1AABA

Color information

#E1AABA (or 0xE1AABA) is unknown color: approx Melanie. HEX triplet: E1, AA and BA. RGB value is (225,170,186). Sum of RGB (Red+Green+Blue) = 225+170+186=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AABA is #1E5545. Grayscale: #BCBCBC. Windows color (decimal): -1987910 or 12233441. OLE color: 12233441.

HSL color Cylindrical-coordinate representation of color #E1AABA: hue angle of 342.55º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AABA is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225170186-
CMYK00.240.170.12
HSL342.55º47.83%77.45%-
HSV(B)342.55º24.44%88.24%-
XYZ54.2948.352.92-
YUV188.27126.72154.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 186 (73.05% from 255) = 32.01%
R=38.73%
G=29.26%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517018600.240.170.12342.5547.8377.45
HexE1AABA01811C157304d
Octal341252272030211452760115
Binary1110000110101010101110100110001000111001010101111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AABA; }

 p { color: rgb(225,170,186); }

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

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

 a { background-color: rgb(225,170,186); }

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

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

 span { border-color: rgb(225,170,186); }

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