#E1ADED

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

Shades of Mauve #E1ADED

Tints of Mauve #E1ADED

Color information

#E1ADED (or 0xE1ADED) is unknown color: approx Mauve. HEX triplet: E1, AD and ED. RGB value is (225,173,237). Sum of RGB (Red+Green+Blue) = 225+173+237=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADED is #1E5212. Grayscale: #C3C3C3. Windows color (decimal): -1987091 or 15576545. OLE color: 15576545.

HSL color Cylindrical-coordinate representation of color #E1ADED: hue angle of 288.75º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1ADED is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225173237-
CMYK0.050.2700.07
HSL288.75º64%80.39%-
HSV(B)288.75º27%92.94%-
XYZ61.2852.0186.93-
YUV195.84151.23148.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=35.43%
G=27.24%
B=37.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251732370.050.2700.07288.756480.39
HexE1ADED51B071214050
Octal34125535553307441100120
Binary11100001101011011110110110111011011110010000110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADED; }

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

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

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

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

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

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

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

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