#E6AAFE

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

Shades of Mauve #E6AAFE

Tints of Mauve #E6AAFE

Color information

#E6AAFE (or 0xE6AAFE) is unknown color: approx Mauve. HEX triplet: E6, AA and FE. RGB value is (230,170,254). Sum of RGB (Red+Green+Blue) = 230+170+254=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AAFE is #195501. Grayscale: #C5C5C5. Windows color (decimal): -1660162 or 16689894. OLE color: 16689894.

HSL color Cylindrical-coordinate representation of color #E6AAFE: hue angle of 282.86º 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 #E6AAFE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230170254-
CMYK0.090.3300.00
HSL282.86º97.67%83.14%-
HSV(B)282.86º33.07%99.61%-
XYZ64.952.73100.52-
YUV197.52159.88151.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 170 (66.80% from 255) = 25.99%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=35.17%
G=25.99%
B=38.84%

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
Decimal2301702540.090.3300.00282.8697.6783.14
HexE6AAFE9210011b6253
Octal346252376114100433142123
Binary11100110101010101111111010011000010010001101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AAFE; }

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

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

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

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

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

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

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

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