#EAAFBC

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

Shades of Melanie #EAAFBC

Tints of Melanie #EAAFBC

Color information

#EAAFBC (or 0xEAAFBC) is unknown color: approx Melanie. HEX triplet: EA, AF and BC. RGB value is (234,175,188). Sum of RGB (Red+Green+Blue) = 234+175+188=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFBC is #155043. Grayscale: #C2C2C2. Windows color (decimal): -1396804 or 12365802. OLE color: 12365802.

HSL color Cylindrical-coordinate representation of color #EAAFBC: hue angle of 346.78º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFBC is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234175188-
CMYK00.250.200.08
HSL346.78º58.42%80.2%-
HSV(B)346.78º25.21%91.76%-
XYZ58.3451.7854.5-
YUV194.12124.55156.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 188 (73.83% from 255) = 31.49%
R=39.20%
G=29.31%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417518800.250.200.08346.7858.4280.2
HexEAAFBC01914815b3a50
Octal352257274031241053372120
Binary1110101010101111101111000110011010010001010110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFBC; }

 p { color: rgb(234,175,188); }

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

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

 a { background-color: rgb(234,175,188); }

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

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

 span { border-color: rgb(234,175,188); }

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