#E0AFF0

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

Shades of Mauve #E0AFF0

Tints of Mauve #E0AFF0

Color information

#E0AFF0 (or 0xE0AFF0) is unknown color: approx Mauve. HEX triplet: E0, AF and F0. RGB value is (224,175,240). Sum of RGB (Red+Green+Blue) = 224+175+240=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 175 (68.75% from 255 or 27.39% 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 #E0AFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFF0 is #1F500F. Grayscale: #C4C4C4. Windows color (decimal): -2052112 or 15773664. OLE color: 15773664.

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

Color convert

RGB224175240-
CMYK0.070.2700.06
HSL285.23º68.42%81.37%-
HSV(B)285.23º27.08%94.12%-
XYZ61.852.889.37-
YUV197.06152.23147.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=35.05%
G=27.39%
B=37.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241752400.070.2700.06285.2368.4281.37
HexE0AFF071B0611d4451
Octal34025736073306435104121
Binary11100000101011111111000011111011011010001110110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFF0; }

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

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

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

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

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

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

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

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