#E0ACBC

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

Shades of Melanie #E0ACBC

Tints of Melanie #E0ACBC

Color information

#E0ACBC (or 0xE0ACBC) is unknown color: approx Melanie. HEX triplet: E0, AC and BC. RGB value is (224,172,188). Sum of RGB (Red+Green+Blue) = 224+172+188=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACBC is #1F5343. Grayscale: #BDBDBD. Windows color (decimal): -2052932 or 12365024. OLE color: 12365024.

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

Color convert

RGB224172188-
CMYK00.230.160.12
HSL341.54º45.61%77.65%-
HSV(B)341.54º23.21%87.84%-
XYZ54.5748.9854.16-
YUV189.37127.23152.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=38.36%
G=29.45%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417218800.230.160.12341.5445.6177.65
HexE0ACBC01710C1562e4e
Octal340254274027201452656116
Binary1110000010101100101111000101111000011001010101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACBC; }

 p { color: rgb(224,172,188); }

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

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

 a { background-color: rgb(224,172,188); }

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

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

 span { border-color: rgb(224,172,188); }

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