#E0AFF6

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

Shades of Mauve #E0AFF6

Tints of Mauve #E0AFF6

Color information

#E0AFF6 (or 0xE0AFF6) is unknown color: approx Mauve. HEX triplet: E0, AF and F6. RGB value is (224,175,246). Sum of RGB (Red+Green+Blue) = 224+175+246=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 246 - color contains mainly: blue. Hex color #E0AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AFF6 is #1F5009. Grayscale: #C5C5C5. Windows color (decimal): -2052106 or 16166880. OLE color: 16166880.

HSL color Cylindrical-coordinate representation of color #E0AFF6: hue angle of 281.41º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0AFF6 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224175246-
CMYK0.090.2900.04
HSL281.41º79.78%82.55%-
HSV(B)281.41º28.86%96.47%-
XYZ62.753.1694.14-
YUV197.74155.23146.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.73%
GREEN value IS 175 (68.75% from 255) = 27.13%
BLUE value IS 246 (96.48% from 255) = 38.14%
R=34.73%
G=27.13%
B=38.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241752460.090.2900.04281.4179.7882.55
HexE0AFF691D041195053
Octal340257366113504431120123
Binary111000001010111111110110100111101010010001100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AFF6; }

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

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

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

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

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

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

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

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