#E0B0BF

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

Shades of Melanie #E0B0BF

Tints of Melanie #E0B0BF

Color information

#E0B0BF (or 0xE0B0BF) is unknown color: approx Melanie. HEX triplet: E0, B0 and BF. RGB value is (224,176,191). Sum of RGB (Red+Green+Blue) = 224+176+191=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0BF is #1F4F40. Grayscale: #C0C0C0. Windows color (decimal): -2051905 or 12562656. OLE color: 12562656.

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

Color convert

RGB224176191-
CMYK00.210.150.12
HSL341.25º43.64%78.43%-
HSV(B)341.25º21.43%87.84%-
XYZ55.6750.6656.13-
YUV192.06127.4150.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 176 (69.14% from 255) = 29.78%
BLUE value IS 191 (75% from 255) = 32.32%
R=37.90%
G=29.78%
B=32.32%

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
Decimal22417619100.210.150.12341.2543.6478.43
HexE0B0BF015FC1552c4e
Octal340260277025171452554116
Binary111000001011000010111111010101111111001010101011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B0BF; }

 p { color: rgb(224,176,191); }

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

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

 a { background-color: rgb(224,176,191); }

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

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

 span { border-color: rgb(224,176,191); }

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