#E1AFEF

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

Shades of Mauve #E1AFEF

Tints of Mauve #E1AFEF

Color information

#E1AFEF (or 0xE1AFEF) is unknown color: approx Mauve. HEX triplet: E1, AF and EF. RGB value is (225,175,239). Sum of RGB (Red+Green+Blue) = 225+175+239=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFEF is #1E5010. Grayscale: #C5C5C5. Windows color (decimal): -1986577 or 15708129. OLE color: 15708129.

HSL color Cylindrical-coordinate representation of color #E1AFEF: hue angle of 286.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1AFEF is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225175239-
CMYK0.060.2700.06
HSL286.88º66.67%81.18%-
HSV(B)286.88º26.78%93.73%-
XYZ61.9652.988.61-
YUV197.25151.56147.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=35.21%
G=27.39%
B=37.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251752390.060.2700.06286.8866.6781.18
HexE1AFEF61B0611f4351
Octal34125735763306437103121
Binary11100001101011111110111111011011011010001111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AFEF; }

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

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

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

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

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

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

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

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