#EAB2BD

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

Shades of Melanie #EAB2BD

Tints of Melanie #EAB2BD

Color information

#EAB2BD (or 0xEAB2BD) is unknown color: approx Melanie. HEX triplet: EA, B2 and BD. RGB value is (234,178,189). Sum of RGB (Red+Green+Blue) = 234+178+189=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2BD is #154D42. Grayscale: #C4C4C4. Windows color (decimal): -1396035 or 12432106. OLE color: 12432106.

HSL color Cylindrical-coordinate representation of color #EAB2BD: hue angle of 348.21º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2BD is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234178189-
CMYK00.240.190.08
HSL348.21º57.14%80.78%-
HSV(B)348.21º23.93%91.76%-
XYZ59.0453.0155.26-
YUV196124.05155.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 178 (69.92% from 255) = 29.62%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=38.94%
G=29.62%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417818900.240.190.08348.2157.1480.78
HexEAB2BD01813815c3951
Octal352262275030231053471121
Binary1110101010110010101111010110001001110001010111001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2BD; }

 p { color: rgb(234,178,189); }

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

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

 a { background-color: rgb(234,178,189); }

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

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

 span { border-color: rgb(234,178,189); }

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