#e29ffd

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

Shades of Mauve #E29FFD

Tints of Mauve #E29FFD

Color information

#E29FFD (or 0xE29FFD) is unknown color: approx Mauve. HEX triplet: E2, 9F and FD. RGB value is (226,159,253). Sum of RGB (Red+Green+Blue) = 226+159+253=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #E29FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FFD is #1D6002. Grayscale: #BDBDBD. Windows color (decimal): -1925123 or 16621538. OLE color: 16621538.

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

Color convert

RGB226159253-
CMYK0.110.3700.01
HSL282.77º95.92%80.78%-
HSV(B)282.77º37.15%99.22%-
XYZ61.4948.0698.96-
YUV189.75163.7153.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 159 (62.5% from 255) = 24.92%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=35.42%
G=24.92%
B=39.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261592530.110.3700.01282.7795.9280.78
HexE29FFDB250111b6051
Octal342237375134501433140121
Binary11100010100111111111110110111001010110001101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29ffd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29ffd; }

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

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

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

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

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

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

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

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