#E2ADEF

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

Shades of Mauve #E2ADEF

Tints of Mauve #E2ADEF

Color information

#E2ADEF (or 0xE2ADEF) is unknown color: approx Mauve. HEX triplet: E2, AD and EF. RGB value is (226,173,239). Sum of RGB (Red+Green+Blue) = 226+173+239=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADEF is #1D5210. Grayscale: #C4C4C4. Windows color (decimal): -1921553 or 15707618. OLE color: 15707618.

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

Color convert

RGB226173239-
CMYK0.050.2800.06
HSL288.18º67.35%80.78%-
HSV(B)288.18º27.62%93.73%-
XYZ61.8952.2988.49-
YUV196.37152.06149.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=35.42%
G=27.12%
B=37.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261732390.050.2800.06288.1867.3580.78
HexE2ADEF51C061204351
Octal34225535753406440103121
Binary11100010101011011110111110111100011010010000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADEF; }

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

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

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

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

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

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

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

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