#E2AABE

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

Shades of Melanie #E2AABE

Tints of Melanie #E2AABE

Color information

#E2AABE (or 0xE2AABE) is unknown color: approx Melanie. HEX triplet: E2, AA and BE. RGB value is (226,170,190). Sum of RGB (Red+Green+Blue) = 226+170+190=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AABE is #1D5541. Grayscale: #BDBDBD. Windows color (decimal): -1922370 or 12495586. OLE color: 12495586.

HSL color Cylindrical-coordinate representation of color #E2AABE: hue angle of 338.57º 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 #E2AABE is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226170190-
CMYK00.250.160.11
HSL338.57º49.12%77.65%-
HSV(B)338.57º24.78%88.63%-
XYZ55.0348.6455.2-
YUV189.02128.55154.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 170 (66.80% from 255) = 29.01%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=38.57%
G=29.01%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617019000.250.160.11338.5749.1277.65
HexE2AABE01910B153314e
Octal342252276031201352361116
Binary1110001010101010101111100110011000010111010100111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AABE; }

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

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

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

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

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

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

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

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