#E0A8BC

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

Shades of Melanie #E0A8BC

Tints of Melanie #E0A8BC

Color information

#E0A8BC (or 0xE0A8BC) is unknown color: approx Melanie. HEX triplet: E0, A8 and BC. RGB value is (224,168,188). Sum of RGB (Red+Green+Blue) = 224+168+188=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A8BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A8BC is #1F5743. Grayscale: #BBBBBB. Windows color (decimal): -2053956 or 12364000. OLE color: 12364000.

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

Color convert

RGB224168188-
CMYK00.250.160.12
HSL338.57º47.46%76.86%-
HSV(B)338.57º25%87.84%-
XYZ53.8247.4853.91-
YUV187.02128.55154.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 168 (66.02% from 255) = 28.97%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=38.62%
G=28.97%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416818800.250.160.12338.5747.4676.86
HexE0A8BC01910C1532f4d
Octal340250274031201452357115
Binary1110000010101000101111000110011000011001010100111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A8BC; }

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

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

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

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

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

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

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

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