#E2ADF0

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

Shades of Mauve #E2ADF0

Tints of Mauve #E2ADF0

Color information

#E2ADF0 (or 0xE2ADF0) is unknown color: approx Mauve. HEX triplet: E2, AD and F0. RGB value is (226,173,240). Sum of RGB (Red+Green+Blue) = 226+173+240=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADF0 is #1D520F. Grayscale: #C4C4C4. Windows color (decimal): -1921552 or 15773154. OLE color: 15773154.

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

Color convert

RGB226173240-
CMYK0.060.2800.06
HSL287.46º69.07%80.98%-
HSV(B)287.46º27.92%94.12%-
XYZ62.0452.3589.27-
YUV196.48152.56149.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 173 (67.97% from 255) = 27.07%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=35.37%
G=27.07%
B=37.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261732400.060.2800.06287.4669.0780.98
HexE2ADF061C0611f4551
Octal34225536063406437105121
Binary11100010101011011111000011011100011010001111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADF0; }

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

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

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

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

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

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

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

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