#E0A7BA

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

Shades of Melanie #E0A7BA

Tints of Melanie #E0A7BA

Color information

#E0A7BA (or 0xE0A7BA) is unknown color: approx Melanie. HEX triplet: E0, A7 and BA. RGB value is (224,167,186). Sum of RGB (Red+Green+Blue) = 224+167+186=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 167 (65.62% from 255 or 28.94% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A7BA is #1F5845. Grayscale: #BABABA. Windows color (decimal): -2054214 or 12232672. OLE color: 12232672.

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

Color convert

RGB224167186-
CMYK00.250.170.12
HSL340º47.9%76.67%-
HSV(B)340º25.45%87.84%-
XYZ53.4247.0352.72-
YUV186.21127.88154.96-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 167 (65.62% from 255) = 28.94%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=38.82%
G=28.94%
B=32.24%

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
Decimal22416718600.250.170.1234047.976.67
HexE0A7BA01911C154304d
Octal340247272031211452460115
Binary1110000010100111101110100110011000111001010101001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A7BA; }

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

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

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

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

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

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

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

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