#E1A8EF

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

Shades of Mauve #E1A8EF

Tints of Mauve #E1A8EF

Color information

#E1A8EF (or 0xE1A8EF) is unknown color: approx Mauve. HEX triplet: E1, A8 and EF. RGB value is (225,168,239). Sum of RGB (Red+Green+Blue) = 225+168+239=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A8EF is #1E5710. Grayscale: #C0C0C0. Windows color (decimal): -1988369 or 15706337. OLE color: 15706337.

HSL color Cylindrical-coordinate representation of color #E1A8EF: hue angle of 288.17º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1A8EF is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB225168239-
CMYK0.060.3000.06
HSL288.17º68.93%79.8%-
HSV(B)288.17º29.71%93.73%-
XYZ60.6350.2488.16-
YUV193.14153.88150.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.60%
GREEN value IS 168 (66.02% from 255) = 26.58%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=35.60%
G=26.58%
B=37.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251682390.060.3000.06288.1768.9379.8
HexE1A8EF61E061204550
Octal34125035763606440105120
Binary11100001101010001110111111011110011010010000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1A8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1A8EF; }

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

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

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

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

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

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

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

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