#E1ADFA

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

Shades of Mauve #E1ADFA

Tints of Mauve #E1ADFA

Color information

#E1ADFA (or 0xE1ADFA) is unknown color: approx Mauve. HEX triplet: E1, AD and FA. RGB value is (225,173,250). Sum of RGB (Red+Green+Blue) = 225+173+250=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADFA is #1E5205. Grayscale: #C5C5C5. Windows color (decimal): -1987078 or 16428513. OLE color: 16428513.

HSL color Cylindrical-coordinate representation of color #E1ADFA: hue angle of 280.52º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1ADFA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225173250-
CMYK0.100.3100.02
HSL280.52º88.51%82.94%-
HSV(B)280.52º30.8%98.04%-
XYZ63.2552.897.3-
YUV197.33157.73147.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=34.72%
G=26.70%
B=38.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251732500.100.3100.02280.5288.5182.94
HexE1ADFAA1F021195953
Octal341255372123702431131123
Binary11100001101011011111101010101111101010001100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADFA; }

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

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

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

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

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

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

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

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