#E1A8BC

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

Shades of Melanie #E1A8BC

Tints of Melanie #E1A8BC

Color information

#E1A8BC (or 0xE1A8BC) is unknown color: approx Melanie. HEX triplet: E1, A8 and BC. RGB value is (225,168,188). Sum of RGB (Red+Green+Blue) = 225+168+188=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1A8BC is #1E5743. Grayscale: #BBBBBB. Windows color (decimal): -1988420 or 12364001. OLE color: 12364001.

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

Color convert

RGB225168188-
CMYK00.250.160.12
HSL338.95º48.72%77.06%-
HSV(B)338.95º25.33%88.24%-
XYZ54.1347.6453.92-
YUV187.32128.38154.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=38.73%
G=28.92%
B=32.36%

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
Decimal22516818800.250.160.12338.9548.7277.06
HexE1A8BC01910C153314d
Octal341250274031201452361115
Binary1110000110101000101111000110011000011001010100111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A8BC; }

 p { color: rgb(225,168,188); }

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

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

 a { background-color: rgb(225,168,188); }

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

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

 span { border-color: rgb(225,168,188); }

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