#E29EFF

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

Shades of Mauve #E29EFF

Tints of Mauve #E29EFF

Color information

#E29EFF (or 0xE29EFF) is unknown color: approx Mauve. HEX triplet: E2, 9E and FF. RGB value is (226,158,255). Sum of RGB (Red+Green+Blue) = 226+158+255=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 158 (62.11% from 255 or 24.73% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #E29EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EFF is #1D6100. Grayscale: #BDBDBD. Windows color (decimal): -1925377 or 16752354. OLE color: 16752354.

HSL color Cylindrical-coordinate representation of color #E29EFF: hue angle of 282.06º 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 #E29EFF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226158255-
CMYK0.110.3800
HSL282.06º100%80.98%-
HSV(B)282.06º38.04%100%-
XYZ61.6447.84100.59-
YUV189.39165.03154.11-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.37%
GREEN value IS 158 (62.11% from 255) = 24.73%
BLUE value IS 255 (100% from 255) = 39.91%
R=35.37%
G=24.73%
B=39.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261582550.110.3800282.0610080.98
HexE29EFFB260011a6451
Octal342236377134600432144121
Binary11100010100111101111111110111001100010001101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EFF; }

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

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

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

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

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

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

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

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