#E0A9BD

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

Shades of Melanie #E0A9BD

Tints of Melanie #E0A9BD

Color information

#E0A9BD (or 0xE0A9BD) is unknown color: approx Melanie. HEX triplet: E0, A9 and BD. RGB value is (224,169,189). Sum of RGB (Red+Green+Blue) = 224+169+189=582 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.49% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A9BD is #1F5642. Grayscale: #BBBBBB. Windows color (decimal): -2053699 or 12429792. OLE color: 12429792.

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

Color convert

RGB224169189-
CMYK00.250.160.12
HSL338.18º47.01%77.06%-
HSV(B)338.18º24.55%87.84%-
XYZ54.1147.954.54-
YUV187.72128.72153.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.49%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=38.49%
G=29.04%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416918900.250.160.12338.1847.0177.06
HexE0A9BD01910C1522f4d
Octal340251275031201452257115
Binary1110000010101001101111010110011000011001010100101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A9BD; }

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

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

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

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

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

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

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

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