#E0AABE

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

Shades of Melanie #E0AABE

Tints of Melanie #E0AABE

Color information

#E0AABE (or 0xE0AABE) is unknown color: approx Melanie. HEX triplet: E0, AA and BE. RGB value is (224,170,190). Sum of RGB (Red+Green+Blue) = 224+170+190=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0AABE is #1F5541. Grayscale: #BCBCBC. Windows color (decimal): -2053442 or 12495584. OLE color: 12495584.

HSL color Cylindrical-coordinate representation of color #E0AABE: hue angle of 337.78º degrees, saturation: 0.47, 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 #E0AABE is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224170190-
CMYK00.240.150.12
HSL337.78º46.55%77.25%-
HSV(B)337.78º24.11%87.84%-
XYZ54.4148.3155.17-
YUV188.43128.89153.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 170 (66.80% from 255) = 29.11%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=38.36%
G=29.11%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417019000.240.150.12337.7846.5577.25
HexE0AABE018FC1522f4d
Octal340252276030171452257115
Binary111000001010101010111110011000111111001010100101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AABE; }

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

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

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

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

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

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

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

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