#E1ADFE

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

Shades of Mauve #E1ADFE

Tints of Mauve #E1ADFE

Color information

#E1ADFE (or 0xE1ADFE) is unknown color: approx Mauve. HEX triplet: E1, AD and FE. RGB value is (225,173,254). Sum of RGB (Red+Green+Blue) = 225+173+254=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADFE is #1E5201. Grayscale: #C5C5C5. Windows color (decimal): -1987074 or 16690657. OLE color: 16690657.

HSL color Cylindrical-coordinate representation of color #E1ADFE: hue angle of 278.52º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1ADFE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225173254-
CMYK0.110.3200.00
HSL278.52º97.59%83.73%-
HSV(B)278.52º31.89%99.61%-
XYZ63.8853.05100.64-
YUV197.78159.73147.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 173 (67.97% from 255) = 26.53%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=34.51%
G=26.53%
B=38.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2251732540.110.3200.00278.5297.5983.73
HexE1ADFEB20001176254
Octal341255376134000427142124
Binary11100001101011011111111010111000000010001011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADFE; }

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

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

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

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

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

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

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

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