#E6A9FE

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

Shades of Mauve #E6A9FE

Tints of Mauve #E6A9FE

Color information

#E6A9FE (or 0xE6A9FE) is unknown color: approx Mauve. HEX triplet: E6, A9 and FE. RGB value is (230,169,254). Sum of RGB (Red+Green+Blue) = 230+169+254=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A9FE is #195601. Grayscale: #C4C4C4. Windows color (decimal): -1660418 or 16689638. OLE color: 16689638.

HSL color Cylindrical-coordinate representation of color #E6A9FE: hue angle of 283.06º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6A9FE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230169254-
CMYK0.090.3300.00
HSL283.06º97.7%82.94%-
HSV(B)283.06º33.46%99.61%-
XYZ64.7152.35100.46-
YUV196.93160.21151.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 169 (66.41% from 255) = 25.88%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=35.22%
G=25.88%
B=38.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301692540.090.3300.00283.0697.782.94
HexE6A9FE9210011b6253
Octal346251376114100433142123
Binary11100110101010011111111010011000010010001101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A9FE; }

 p { color: rgb(230,169,254); }

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

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

 a { background-color: rgb(230,169,254); }

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

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

 span { border-color: rgb(230,169,254); }

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