#E0A8BD

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

Shades of Melanie #E0A8BD

Tints of Melanie #E0A8BD

Color information

#E0A8BD (or 0xE0A8BD) is unknown color: approx Melanie. HEX triplet: E0, A8 and BD. RGB value is (224,168,189). Sum of RGB (Red+Green+Blue) = 224+168+189=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A8BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A8BD is #1F5742. Grayscale: #BBBBBB. Windows color (decimal): -2053955 or 12429536. OLE color: 12429536.

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

Color convert

RGB224168189-
CMYK00.250.160.12
HSL337.5º47.46%76.86%-
HSV(B)337.5º25%87.84%-
XYZ53.9347.5354.48-
YUV187.14129.05154.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=38.55%
G=28.92%
B=32.53%

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
Decimal22416818900.250.160.12337.547.4676.86
HexE0A8BD01910C1522f4d
Octal340250275031201452257115
Binary1110000010101000101111010110011000011001010100101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A8BD; }

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

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

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

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

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

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

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

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