#E1AFC1

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

Shades of Melanie #E1AFC1

Tints of Melanie #E1AFC1

Color information

#E1AFC1 (or 0xE1AFC1) is unknown color: approx Melanie. HEX triplet: E1, AF and C1. RGB value is (225,175,193). Sum of RGB (Red+Green+Blue) = 225+175+193=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1AFC1 is #1E503E. Grayscale: #BFBFBF. Windows color (decimal): -1986623 or 12693473. OLE color: 12693473.

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

Color convert

RGB225175193-
CMYK00.220.140.12
HSL338.4º45.45%78.43%-
HSV(B)338.4º22.22%88.24%-
XYZ56.0150.5257.25-
YUV192128.56151.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=37.94%
G=29.51%
B=32.55%

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
Decimal22517519300.220.140.12338.445.4578.43
HexE1AFC1016EC1522d4e
Octal341257301026161452255116
Binary111000011010111111000001010110111011001010100101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFC1; }

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

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

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

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

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

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

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

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