#E2AFF0

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

Shades of Mauve #E2AFF0

Tints of Mauve #E2AFF0

Color information

#E2AFF0 (or 0xE2AFF0) is unknown color: approx Mauve. HEX triplet: E2, AF and F0. RGB value is (226,175,240). Sum of RGB (Red+Green+Blue) = 226+175+240=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 175 (68.75% from 255 or 27.30% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #E2AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFF0 is #1D500F. Grayscale: #C5C5C5. Windows color (decimal): -1921040 or 15773666. OLE color: 15773666.

HSL color Cylindrical-coordinate representation of color #E2AFF0: hue angle of 287.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AFF0 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226175240-
CMYK0.060.2700.06
HSL287.08º68.42%81.37%-
HSV(B)287.08º27.08%94.12%-
XYZ62.4253.1289.4-
YUV197.66151.9148.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.26%
GREEN value IS 175 (68.75% from 255) = 27.30%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=35.26%
G=27.30%
B=37.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261752400.060.2700.06287.0868.4281.37
HexE2AFF061B0611f4451
Octal34225736063306437104121
Binary11100010101011111111000011011011011010001111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFF0; }

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

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

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

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

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

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

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

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