#E1ADEF

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

Shades of Mauve #E1ADEF

Tints of Mauve #E1ADEF

Color information

#E1ADEF (or 0xE1ADEF) is unknown color: approx Mauve. HEX triplet: E1, AD and EF. RGB value is (225,173,239). Sum of RGB (Red+Green+Blue) = 225+173+239=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADEF is #1E5210. Grayscale: #C3C3C3. Windows color (decimal): -1987089 or 15707617. OLE color: 15707617.

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

Color convert

RGB225173239-
CMYK0.060.2800.06
HSL287.27º67.35%80.78%-
HSV(B)287.27º27.62%93.73%-
XYZ61.5752.1388.48-
YUV196.07152.23148.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=35.32%
G=27.16%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2251732390.060.2800.06287.2767.3580.78
HexE1ADEF61C0611f4351
Octal34125535763406437103121
Binary11100001101011011110111111011100011010001111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADEF; }

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

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

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

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

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

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

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

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