#E7AFBF

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

Shades of Melanie #E7AFBF

Tints of Melanie #E7AFBF

Color information

#E7AFBF (or 0xE7AFBF) is unknown color: approx Melanie. HEX triplet: E7, AF and BF. RGB value is (231,175,191). Sum of RGB (Red+Green+Blue) = 231+175+191=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7AFBF is #185040. Grayscale: #C1C1C1. Windows color (decimal): -1593409 or 12562407. OLE color: 12562407.

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

Color convert

RGB231175191-
CMYK00.240.170.09
HSL342.86º53.85%79.61%-
HSV(B)342.86º24.24%90.59%-
XYZ57.6951.4156.17-
YUV193.57126.55154.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 191 (75% from 255) = 31.99%
R=38.69%
G=29.31%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117519100.240.170.09342.8653.8579.61
HexE7AFBF0181191573650
Octal347257277030211152766120
Binary1110011110101111101111110110001000110011010101111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFBF; }

 p { color: rgb(231,175,191); }

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

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

 a { background-color: rgb(231,175,191); }

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

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

 span { border-color: rgb(231,175,191); }

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