#E8AFBF

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

Shades of Melanie #E8AFBF

Tints of Melanie #E8AFBF

Color information

#E8AFBF (or 0xE8AFBF) is unknown color: approx Melanie. HEX triplet: E8, AF and BF. RGB value is (232,175,191). Sum of RGB (Red+Green+Blue) = 232+175+191=598 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.80% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8AFBF is #175040. Grayscale: #C1C1C1. Windows color (decimal): -1527873 or 12562408. OLE color: 12562408.

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

Color convert

RGB232175191-
CMYK00.250.180.09
HSL343.16º55.34%79.8%-
HSV(B)343.16º24.57%90.98%-
XYZ58.0151.5856.19-
YUV193.87126.38155.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.80%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 191 (75% from 255) = 31.94%
R=38.80%
G=29.26%
B=31.94%

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
Decimal23217519100.250.180.09343.1655.3479.8
HexE8AFBF0191291573750
Octal350257277031221152767120
Binary1110100010101111101111110110011001010011010101111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFBF; }

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

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

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

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

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

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

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

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