#E2ACBF

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

Shades of Melanie #E2ACBF

Tints of Melanie #E2ACBF

Color information

#E2ACBF (or 0xE2ACBF) is unknown color: approx Melanie. HEX triplet: E2, AC and BF. RGB value is (226,172,191). Sum of RGB (Red+Green+Blue) = 226+172+191=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACBF is #1D5340. Grayscale: #BEBEBE. Windows color (decimal): -1921857 or 12561634. OLE color: 12561634.

HSL color Cylindrical-coordinate representation of color #E2ACBF: hue angle of 338.89º 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 #E2ACBF is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB226172191-
CMYK00.240.150.11
HSL338.89º48.21%78.04%-
HSV(B)338.89º23.89%88.63%-
XYZ55.5249.4455.91-
YUV190.31128.39153.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.37%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 191 (75% from 255) = 32.43%
R=38.37%
G=29.20%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617219100.240.150.11338.8948.2178.04
HexE2ACBF018FB153304e
Octal342254277030171352360116
Binary111000101010110010111111011000111110111010100111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACBF; }

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

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

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

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

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

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

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

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