#E8AFF6

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

Shades of Mauve #E8AFF6

Tints of Mauve #E8AFF6

Color information

#E8AFF6 (or 0xE8AFF6) is unknown color: approx Mauve. HEX triplet: E8, AF and F6. RGB value is (232,175,246). Sum of RGB (Red+Green+Blue) = 232+175+246=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8AFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFF6 is #175009. Grayscale: #C7C7C7. Windows color (decimal): -1527818 or 16166888. OLE color: 16166888.

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

Color convert

RGB232175246-
CMYK0.060.2900.04
HSL288.17º79.78%82.55%-
HSV(B)288.17º28.86%96.47%-
XYZ65.2454.4794.26-
YUV200.14153.88150.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=35.53%
G=26.80%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2321752460.060.2900.04288.1779.7882.55
HexE8AFF661D041205053
Octal35025736663504440120123
Binary11101000101011111111011011011101010010010000010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AFF6; }

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

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

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

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

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

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

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

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