#E0B2BE

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

Shades of Melanie #E0B2BE

Tints of Melanie #E0B2BE

Color information

#E0B2BE (or 0xE0B2BE) is unknown color: approx Melanie. HEX triplet: E0, B2 and BE. RGB value is (224,178,190). Sum of RGB (Red+Green+Blue) = 224+178+190=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2BE is #1F4D41. Grayscale: #C1C1C1. Windows color (decimal): -2051394 or 12497632. OLE color: 12497632.

HSL color Cylindrical-coordinate representation of color #E0B2BE: hue angle of 344.35º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B2BE is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224178190-
CMYK00.210.150.12
HSL344.35º42.59%78.82%-
HSV(B)344.35º20.54%87.84%-
XYZ55.9651.4155.69-
YUV193.12126.24150.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.84%
GREEN value IS 178 (69.92% from 255) = 30.07%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=37.84%
G=30.07%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417819000.210.150.12344.3542.5978.82
HexE0B2BE015FC1582b4f
Octal340262276025171453053117
Binary111000001011001010111110010101111111001010110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B2BE; }

 p { color: rgb(224,178,190); }

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

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

 a { background-color: rgb(224,178,190); }

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

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

 span { border-color: rgb(224,178,190); }

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