#E1AFBE

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

Shades of Melanie #E1AFBE

Tints of Melanie #E1AFBE

Color information

#E1AFBE (or 0xE1AFBE) is unknown color: approx Melanie. HEX triplet: E1, AF and BE. RGB value is (225,175,190). Sum of RGB (Red+Green+Blue) = 225+175+190=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFBE is #1E5041. Grayscale: #BFBFBF. Windows color (decimal): -1986626 or 12496865. OLE color: 12496865.

HSL color Cylindrical-coordinate representation of color #E1AFBE: hue angle of 342º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFBE is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225175190-
CMYK00.220.160.12
HSL342º45.45%78.43%-
HSV(B)342º22.22%88.24%-
XYZ55.6850.3955.51-
YUV191.66127.06151.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.14%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=38.14%
G=29.66%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517519000.220.160.1234245.4578.43
HexE1AFBE01610C1562d4e
Octal341257276026201452655116
Binary1110000110101111101111100101101000011001010101101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFBE; }

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

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

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

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

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

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

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

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