#E29EFD

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

Shades of Mauve #E29EFD

Tints of Mauve #E29EFD

Color information

#E29EFD (or 0xE29EFD) is unknown color: approx Mauve. HEX triplet: E2, 9E and FD. RGB value is (226,158,253). Sum of RGB (Red+Green+Blue) = 226+158+253=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #E29EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EFD is #1D6102. Grayscale: #BCBCBC. Windows color (decimal): -1925379 or 16621282. OLE color: 16621282.

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

Color convert

RGB226158253-
CMYK0.110.3800.01
HSL282.95º95.96%80.59%-
HSV(B)282.95º37.55%99.22%-
XYZ61.3247.7198.91-
YUV189.16164.03154.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 158 (62.11% from 255) = 24.80%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=35.48%
G=24.80%
B=39.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261582530.110.3800.01282.9595.9680.59
HexE29EFDB260111b6051
Octal342236375134601433140121
Binary11100010100111101111110110111001100110001101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29EFD; }

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

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

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

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

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

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

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

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