#E0A9BF

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

Shades of Melanie #E0A9BF

Tints of Melanie #E0A9BF

Color information

#E0A9BF (or 0xE0A9BF) is unknown color: approx Melanie. HEX triplet: E0, A9 and BF. RGB value is (224,169,191). Sum of RGB (Red+Green+Blue) = 224+169+191=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A9BF is #1F5640. Grayscale: #BBBBBB. Windows color (decimal): -2053697 or 12560864. OLE color: 12560864.

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

Color convert

RGB224169191-
CMYK00.250.150.12
HSL336º47.01%77.06%-
HSV(B)336º24.55%87.84%-
XYZ54.3347.9855.69-
YUV187.95129.72153.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 169 (66.41% from 255) = 28.94%
BLUE value IS 191 (75% from 255) = 32.71%
R=38.36%
G=28.94%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416919100.250.150.1233647.0177.06
HexE0A9BF019FC1502f4d
Octal340251277031171452057115
Binary111000001010100110111111011001111111001010100001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9BF; }

 p { color: rgb(224,169,191); }

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

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

 a { background-color: rgb(224,169,191); }

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

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

 span { border-color: rgb(224,169,191); }

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