#E29FFF

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

Shades of Mauve #E29FFF

Tints of Mauve #E29FFF

Color information

#E29FFF (or 0xE29FFF) is unknown color: approx Mauve. HEX triplet: E2, 9F and FF. RGB value is (226,159,255). Sum of RGB (Red+Green+Blue) = 226+159+255=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #E29FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FFF is #1D6000. Grayscale: #BDBDBD. Windows color (decimal): -1925121 or 16752610. OLE color: 16752610.

HSL color Cylindrical-coordinate representation of color #E29FFF: hue angle of 281.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29FFF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226159255-
CMYK0.110.3800
HSL281.88º100%81.18%-
HSV(B)281.88º37.65%100%-
XYZ61.8148.19100.65-
YUV189.98164.7153.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 159 (62.5% from 255) = 24.84%
BLUE value IS 255 (100% from 255) = 39.84%
R=35.31%
G=24.84%
B=39.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261592550.110.3800281.8810081.18
HexE29FFFB260011a6451
Octal342237377134600432144121
Binary11100010100111111111111110111001100010001101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29FFF; }

 p { color: rgb(226,159,255); }

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

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

 a { background-color: rgb(226,159,255); }

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

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

 span { border-color: rgb(226,159,255); }

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