#E5A8BA

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

Shades of Melanie #E5A8BA

Tints of Melanie #E5A8BA

Color information

#E5A8BA (or 0xE5A8BA) is unknown color: approx Melanie. HEX triplet: E5, A8 and BA. RGB value is (229,168,186). Sum of RGB (Red+Green+Blue) = 229+168+186=583 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.28% from 583); Green value is 168 (66.02% from 255 or 28.82% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5A8BA is #1A5745. Grayscale: #BCBCBC. Windows color (decimal): -1726278 or 12232933. OLE color: 12232933.

HSL color Cylindrical-coordinate representation of color #E5A8BA: hue angle of 342.3º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5A8BA is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB229168186-
CMYK00.270.190.10
HSL342.3º53.98%77.84%-
HSV(B)342.3º26.64%89.8%-
XYZ55.1848.2152.85-
YUV188.29126.71157.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.28%
GREEN value IS 168 (66.02% from 255) = 28.82%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=39.28%
G=28.82%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916818600.270.190.10342.353.9877.84
HexE5A8BA01B13A156364e
Octal345250272033231252666116
Binary1110010110101000101110100110111001110101010101101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A8BA; }

 p { color: rgb(229,168,186); }

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

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

 a { background-color: rgb(229,168,186); }

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

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

 span { border-color: rgb(229,168,186); }

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