#E8AFBE

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

Shades of Melanie #E8AFBE

Tints of Melanie #E8AFBE

Color information

#E8AFBE (or 0xE8AFBE) is unknown color: approx Melanie. HEX triplet: E8, AF and BE. RGB value is (232,175,190). Sum of RGB (Red+Green+Blue) = 232+175+190=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBE is #175041. Grayscale: #C1C1C1. Windows color (decimal): -1527874 or 12496872. OLE color: 12496872.

HSL color Cylindrical-coordinate representation of color #E8AFBE: hue angle of 344.21º degrees, saturation: 0.55, 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 #E8AFBE is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB232175190-
CMYK00.250.180.09
HSL344.21º55.34%79.8%-
HSV(B)344.21º24.57%90.98%-
XYZ57.951.5355.61-
YUV193.75125.88155.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=38.86%
G=29.31%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217519000.250.180.09344.2155.3479.8
HexE8AFBE0191291583750
Octal350257276031221153067120
Binary1110100010101111101111100110011001010011010110001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFBE; }

 p { color: rgb(232,175,190); }

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

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

 a { background-color: rgb(232,175,190); }

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

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

 span { border-color: rgb(232,175,190); }

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