#E2AFBE

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

Shades of Melanie #E2AFBE

Tints of Melanie #E2AFBE

Color information

#E2AFBE (or 0xE2AFBE) is unknown color: approx Melanie. HEX triplet: E2, AF and BE. RGB value is (226,175,190). Sum of RGB (Red+Green+Blue) = 226+175+190=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFBE is #1D5041. Grayscale: #BFBFBF. Windows color (decimal): -1921090 or 12496866. OLE color: 12496866.

HSL color Cylindrical-coordinate representation of color #E2AFBE: hue angle of 342.35º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFBE is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226175190-
CMYK00.230.160.11
HSL342.35º46.79%78.63%-
HSV(B)342.35º22.57%88.63%-
XYZ55.9950.5555.52-
YUV191.96126.9152.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.24%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=38.24%
G=29.61%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617519000.230.160.11342.3546.7978.63
HexE2AFBE01710B1562f4f
Octal342257276027201352657117
Binary1110001010101111101111100101111000010111010101101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFBE; }

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

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

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

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

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

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

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

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