#E2AFF9

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

Shades of Mauve #E2AFF9

Tints of Mauve #E2AFF9

Color information

#E2AFF9 (or 0xE2AFF9) is unknown color: approx Mauve. HEX triplet: E2, AF and F9. RGB value is (226,175,249). Sum of RGB (Red+Green+Blue) = 226+175+249=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #E2AFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFF9 is #1D5006. Grayscale: #C6C6C6. Windows color (decimal): -1921031 or 16363490. OLE color: 16363490.

HSL color Cylindrical-coordinate representation of color #E2AFF9: hue angle of 281.35º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2AFF9 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226175249-
CMYK0.090.3000.02
HSL281.35º86.05%83.14%-
HSV(B)281.35º29.72%97.65%-
XYZ63.7953.6796.62-
YUV198.68156.4147.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=34.77%
G=26.92%
B=38.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261752490.090.3000.02281.3586.0583.14
HexE2AFF991E021195653
Octal342257371113602431126123
Binary11100010101011111111100110011111001010001100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AFF9; }

 p { color: rgb(226,175,249); }

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

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

 a { background-color: rgb(226,175,249); }

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

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

 span { border-color: rgb(226,175,249); }

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