#E4B6BE

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

Shades of Melanie #E4B6BE

Tints of Melanie #E4B6BE

Color information

#E4B6BE (or 0xE4B6BE) is unknown color: approx Melanie. HEX triplet: E4, B6 and BE. RGB value is (228,182,190). Sum of RGB (Red+Green+Blue) = 228+182+190=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 182 (71.48% from 255 or 30.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4B6BE is #1B4941. Grayscale: #C4C4C4. Windows color (decimal): -1788226 or 12498660. OLE color: 12498660.

HSL color Cylindrical-coordinate representation of color #E4B6BE: hue angle of 349.57º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E4B6BE is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB228182190-
CMYK00.200.170.11
HSL349.57º46%80.39%-
HSV(B)349.57º20.18%89.41%-
XYZ58.0253.6756.02-
YUV196.67124.24150.35-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38%
GREEN value IS 182 (71.48% from 255) = 30.33%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=38%
G=30.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818219000.200.170.11349.574680.39
HexE4B6BE01411B15e2e50
Octal344266276024211353656120
Binary1110010010110110101111100101001000110111010111101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B6BE; }

 p { color: rgb(228,182,190); }

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

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

 a { background-color: rgb(228,182,190); }

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

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

 span { border-color: rgb(228,182,190); }

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