#E0A9BA

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

Shades of Melanie #E0A9BA

Tints of Melanie #E0A9BA

Color information

#E0A9BA (or 0xE0A9BA) is unknown color: approx Melanie. HEX triplet: E0, A9 and BA. RGB value is (224,169,186). Sum of RGB (Red+Green+Blue) = 224+169+186=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A9BA is #1F5645. Grayscale: #BBBBBB. Windows color (decimal): -2053702 or 12233184. OLE color: 12233184.

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

Color convert

RGB224169186-
CMYK00.250.170.12
HSL341.45º47.01%77.06%-
HSV(B)341.45º24.55%87.84%-
XYZ53.7947.7752.84-
YUV187.38127.22154.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=38.69%
G=29.19%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416918600.250.170.12341.4547.0177.06
HexE0A9BA01911C1552f4d
Octal340251272031211452557115
Binary1110000010101001101110100110011000111001010101011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9BA; }

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

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

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

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

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

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

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

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