#E2ACBB

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

Shades of Melanie #E2ACBB

Tints of Melanie #E2ACBB

Color information

#E2ACBB (or 0xE2ACBB) is unknown color: approx Melanie. HEX triplet: E2, AC and BB. RGB value is (226,172,187). Sum of RGB (Red+Green+Blue) = 226+172+187=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACBB is #1D5344. Grayscale: #BDBDBD. Windows color (decimal): -1921861 or 12299490. OLE color: 12299490.

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

Color convert

RGB226172187-
CMYK00.240.170.11
HSL343.33º48.21%78.04%-
HSV(B)343.33º23.89%88.63%-
XYZ55.0949.2653.62-
YUV189.86126.39153.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.63%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=38.63%
G=29.40%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617218700.240.170.11343.3348.2178.04
HexE2ACBB01811B157304e
Octal342254273030211352760116
Binary1110001010101100101110110110001000110111010101111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACBB; }

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

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

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

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

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

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

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

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