#E1ACBA

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

Shades of Melanie #E1ACBA

Tints of Melanie #E1ACBA

Color information

#E1ACBA (or 0xE1ACBA) is unknown color: approx Melanie. HEX triplet: E1, AC and BA. RGB value is (225,172,186). Sum of RGB (Red+Green+Blue) = 225+172+186=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ACBA is #1E5345. Grayscale: #BDBDBD. Windows color (decimal): -1987398 or 12233953. OLE color: 12233953.

HSL color Cylindrical-coordinate representation of color #E1ACBA: hue angle of 344.15º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ACBA is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB225172186-
CMYK00.240.170.12
HSL344.15º46.9%77.84%-
HSV(B)344.15º23.56%88.24%-
XYZ54.6749.0653.04-
YUV189.44126.06153.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=38.59%
G=29.50%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517218600.240.170.12344.1546.977.84
HexE1ACBA01811C1582f4e
Octal341254272030211453057116
Binary1110000110101100101110100110001000111001010110001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACBA; }

 p { color: rgb(225,172,186); }

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

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

 a { background-color: rgb(225,172,186); }

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

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

 span { border-color: rgb(225,172,186); }

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