#E29DF3

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

Shades of Mauve #E29DF3

Tints of Mauve #E29DF3

Color information

#E29DF3 (or 0xE29DF3) is unknown color: approx Mauve. HEX triplet: E2, 9D and F3. RGB value is (226,157,243). Sum of RGB (Red+Green+Blue) = 226+157+243=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #E29DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29DF3 is #1D620C. Grayscale: #BBBBBB. Windows color (decimal): -1925645 or 15965666. OLE color: 15965666.

HSL color Cylindrical-coordinate representation of color #E29DF3: hue angle of 288.14º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29DF3 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB226157243-
CMYK0.070.3500.05
HSL288.14º78.18%78.43%-
HSV(B)288.14º35.39%95.29%-
XYZ59.646.7590.68-
YUV187.44159.36155.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.10%
GREEN value IS 157 (61.72% from 255) = 25.08%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=36.10%
G=25.08%
B=38.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2261572430.070.3500.05288.1478.1878.43
HexE29DF3723051204e4e
Octal34223536374305440116116
Binary111000101001110111110011111100011010110010000010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29DF3; }

 p { color: rgb(226,157,243); }

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

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

 a { background-color: rgb(226,157,243); }

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

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

 span { border-color: rgb(226,157,243); }

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