#E5ADEF

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

Shades of Mauve #E5ADEF

Tints of Mauve #E5ADEF

Color information

#E5ADEF (or 0xE5ADEF) is unknown color: approx Mauve. HEX triplet: E5, AD and EF. RGB value is (229,173,239). Sum of RGB (Red+Green+Blue) = 229+173+239=641 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.73% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADEF is #1A5210. Grayscale: #C5C5C5. Windows color (decimal): -1724945 or 15707621. OLE color: 15707621.

HSL color Cylindrical-coordinate representation of color #E5ADEF: hue angle of 290.91º 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 #E5ADEF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229173239-
CMYK0.040.2800.06
HSL290.91º67.35%80.78%-
HSV(B)290.91º27.62%93.73%-
XYZ62.8452.7888.54-
YUV197.27151.55150.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.73%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=35.73%
G=26.99%
B=37.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291732390.040.2800.06290.9167.3580.78
HexE5ADEF41C061234351
Octal34525535743406443103121
Binary11100101101011011110111110011100011010010001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADEF; }

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

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

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

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

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

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

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

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