#E2ACBA

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

Shades of Melanie #E2ACBA

Tints of Melanie #E2ACBA

Color information

#E2ACBA (or 0xE2ACBA) is unknown color: approx Melanie. HEX triplet: E2, AC and BA. RGB value is (226,172,186). Sum of RGB (Red+Green+Blue) = 226+172+186=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACBA is #1D5345. Grayscale: #BDBDBD. Windows color (decimal): -1921862 or 12233954. OLE color: 12233954.

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

Color convert

RGB226172186-
CMYK00.240.180.11
HSL344.44º48.21%78.04%-
HSV(B)344.44º23.89%88.63%-
XYZ54.9849.2253.06-
YUV189.74125.89153.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.70%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=38.70%
G=29.45%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617218600.240.180.11344.4448.2178.04
HexE2ACBA01812B158304e
Octal342254272030221353060116
Binary1110001010101100101110100110001001010111010110001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACBA; }

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

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

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

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

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

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

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

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