#e8b4bf

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

Shades of Melanie #E8B4BF

Tints of Melanie #E8B4BF

Color information

#E8B4BF (or 0xE8B4BF) is unknown color: approx Melanie. HEX triplet: E8, B4 and BF. RGB value is (232,180,191). Sum of RGB (Red+Green+Blue) = 232+180+191=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4BF is #174B40. Grayscale: #C4C4C4. Windows color (decimal): -1526593 or 12563688. OLE color: 12563688.

HSL color Cylindrical-coordinate representation of color #E8B4BF: hue angle of 347.31º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B4BF is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232180191-
CMYK00.220.180.09
HSL347.31º53.06%80.78%-
HSV(B)347.31º22.41%90.98%-
XYZ5953.5656.52-
YUV196.8124.73153.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.47%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 191 (75% from 255) = 31.67%
R=38.47%
G=29.85%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218019100.220.180.09347.3153.0680.78
HexE8B4BF01612915b3551
Octal350264277026221153365121
Binary1110100010110100101111110101101001010011010110111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8b4bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8b4bf; }

 p { color: rgb(232,180,191); }

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

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

 a { background-color: rgb(232,180,191); }

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

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

 span { border-color: rgb(232,180,191); }

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