#E2ACBE

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

Shades of Melanie #E2ACBE

Tints of Melanie #E2ACBE

Color information

#E2ACBE (or 0xE2ACBE) is unknown color: approx Melanie. HEX triplet: E2, AC and BE. RGB value is (226,172,190). Sum of RGB (Red+Green+Blue) = 226+172+190=588 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.44% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACBE is #1D5341. Grayscale: #BEBEBE. Windows color (decimal): -1921858 or 12496098. OLE color: 12496098.

HSL color Cylindrical-coordinate representation of color #E2ACBE: hue angle of 340º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACBE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226172190-
CMYK00.240.160.11
HSL340º48.21%78.04%-
HSV(B)340º23.89%88.63%-
XYZ55.4149.3955.33-
YUV190.2127.89153.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.44%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=38.44%
G=29.25%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617219000.240.160.1134048.2178.04
HexE2ACBE01810B154304e
Octal342254276030201352460116
Binary1110001010101100101111100110001000010111010101001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACBE; }

 p { color: rgb(226,172,190); }

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

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

 a { background-color: rgb(226,172,190); }

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

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

 span { border-color: rgb(226,172,190); }

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