#E6B5BE

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

Shades of Melanie #E6B5BE

Tints of Melanie #E6B5BE

Color information

#E6B5BE (or 0xE6B5BE) is unknown color: approx Melanie. HEX triplet: E6, B5 and BE. RGB value is (230,181,190). Sum of RGB (Red+Green+Blue) = 230+181+190=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B5BE is #194A41. Grayscale: #C4C4C4. Windows color (decimal): -1657410 or 12498406. OLE color: 12498406.

HSL color Cylindrical-coordinate representation of color #E6B5BE: hue angle of 348.98º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6B5BE is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230181190-
CMYK00.210.170.10
HSL348.98º49.49%80.59%-
HSV(B)348.98º21.3%90.2%-
XYZ58.4553.5955.98-
YUV196.68124.23151.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.27%
GREEN value IS 181 (71.09% from 255) = 30.12%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=38.27%
G=30.12%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018119000.210.170.10348.9849.4980.59
HexE6B5BE01511A15d3151
Octal346265276025211253561121
Binary1110011010110101101111100101011000110101010111011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B5BE; }

 p { color: rgb(230,181,190); }

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

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

 a { background-color: rgb(230,181,190); }

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

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

 span { border-color: rgb(230,181,190); }

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