#E29AFA

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

Shades of Mauve #E29AFA

Tints of Mauve #E29AFA

Color information

#E29AFA (or 0xE29AFA) is unknown color: approx Mauve. HEX triplet: E2, 9A and FA. RGB value is (226,154,250). Sum of RGB (Red+Green+Blue) = 226+154+250=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 154 (60.55% from 255 or 24.44% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #E29AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29AFA is #1D6505. Grayscale: #BABABA. Windows color (decimal): -1926406 or 16423650. OLE color: 16423650.

HSL color Cylindrical-coordinate representation of color #E29AFA: hue angle of 285º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E29AFA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226154250-
CMYK0.100.3800.02
HSL285º90.57%79.22%-
HSV(B)285º38.4%98.04%-
XYZ60.1746.1896.18-
YUV186.47163.85156.19-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 154 (60.55% from 255) = 24.44%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=35.87%
G=24.44%
B=39.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261542500.100.3800.0228590.5779.22
HexE29AFAA260211d5b4f
Octal342232372124602435133117
Binary111000101001101011111010101010011001010001110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AFA; }

 p { color: rgb(226,154,250); }

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

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

 a { background-color: rgb(226,154,250); }

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

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

 span { border-color: rgb(226,154,250); }

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