#E9AFBD

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

Shades of Melanie #E9AFBD

Tints of Melanie #E9AFBD

Color information

#E9AFBD (or 0xE9AFBD) is unknown color: approx Melanie. HEX triplet: E9, AF and BD. RGB value is (233,175,189). Sum of RGB (Red+Green+Blue) = 233+175+189=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFBD is #165042. Grayscale: #C1C1C1. Windows color (decimal): -1462339 or 12431337. OLE color: 12431337.

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

Color convert

RGB233175189-
CMYK00.250.190.09
HSL345.52º56.86%80%-
HSV(B)345.52º24.89%91.37%-
XYZ58.1251.6655.05-
YUV193.94125.22155.86-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.03%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=39.03%
G=29.31%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317518900.250.190.09345.5256.8680
HexE9AFBD01913915a3950
Octal351257275031231153271120
Binary1110100110101111101111010110011001110011010110101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AFBD; }

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

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

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

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

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

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

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

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