#EAB4BE

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

Shades of Melanie #EAB4BE

Tints of Melanie #EAB4BE

Color information

#EAB4BE (or 0xEAB4BE) is unknown color: approx Melanie. HEX triplet: EA, B4 and BE. RGB value is (234,180,190). Sum of RGB (Red+Green+Blue) = 234+180+190=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4BE is #154B41. Grayscale: #C5C5C5. Windows color (decimal): -1395522 or 12498154. OLE color: 12498154.

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

Color convert

RGB234180190-
CMYK00.230.190.08
HSL348.89º56.25%81.18%-
HSV(B)348.89º23.08%91.76%-
XYZ59.5553.8555.97-
YUV197.29123.89154.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=38.74%
G=29.80%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418019000.230.190.08348.8956.2581.18
HexEAB4BE01713815d3851
Octal352264276027231053570121
Binary1110101010110100101111100101111001110001010111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4BE; }

 p { color: rgb(234,180,190); }

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

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

 a { background-color: rgb(234,180,190); }

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

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

 span { border-color: rgb(234,180,190); }

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