#E9B4BD

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

Shades of Melanie #E9B4BD

Tints of Melanie #E9B4BD

Color information

#E9B4BD (or 0xE9B4BD) is unknown color: approx Melanie. HEX triplet: E9, B4 and BD. RGB value is (233,180,189). Sum of RGB (Red+Green+Blue) = 233+180+189=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9B4BD is #164B42. Grayscale: #C4C4C4. Windows color (decimal): -1461059 or 12432617. OLE color: 12432617.

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

Color convert

RGB233180189-
CMYK00.230.190.09
HSL349.81º54.64%80.98%-
HSV(B)349.81º22.75%91.37%-
XYZ59.1153.6455.38-
YUV196.87123.56153.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=38.70%
G=29.90%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318018900.230.190.09349.8154.6480.98
HexE9B4BD01713915e3751
Octal351264275027231153667121
Binary1110100110110100101111010101111001110011010111101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B4BD; }

 p { color: rgb(233,180,189); }

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

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

 a { background-color: rgb(233,180,189); }

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

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

 span { border-color: rgb(233,180,189); }

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