#E1AFC2

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

Shades of Melanie #E1AFC2

Tints of Melanie #E1AFC2

Color information

#E1AFC2 (or 0xE1AFC2) is unknown color: approx Melanie. HEX triplet: E1, AF and C2. RGB value is (225,175,194). Sum of RGB (Red+Green+Blue) = 225+175+194=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFC2 is #1E503D. Grayscale: #C0C0C0. Windows color (decimal): -1986622 or 12759009. OLE color: 12759009.

HSL color Cylindrical-coordinate representation of color #E1AFC2: hue angle of 337.2º 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 #E1AFC2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB225175194-
CMYK00.220.140.12
HSL337.2º45.45%78.43%-
HSV(B)337.2º22.22%88.24%-
XYZ56.1250.5657.84-
YUV192.12129.06151.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 194 (76.17% from 255) = 32.66%
R=37.88%
G=29.46%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517519400.220.140.12337.245.4578.43
HexE1AFC2016EC1512d4e
Octal341257302026161452155116
Binary111000011010111111000010010110111011001010100011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFC2; }

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

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

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

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

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

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

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

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