#E29BFA

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

Shades of Mauve #E29BFA

Tints of Mauve #E29BFA

Color information

#E29BFA (or 0xE29BFA) is unknown color: approx Mauve. HEX triplet: E2, 9B and FA. RGB value is (226,155,250). Sum of RGB (Red+Green+Blue) = 226+155+250=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #E29BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BFA is #1D6405. Grayscale: #BABABA. Windows color (decimal): -1926150 or 16423906. OLE color: 16423906.

HSL color Cylindrical-coordinate representation of color #E29BFA: hue angle of 284.84º degrees, saturation: 0.9, 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 #E29BFA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226155250-
CMYK0.100.3800.02
HSL284.84º90.48%79.41%-
HSV(B)284.84º38%98.04%-
XYZ60.3446.5196.24-
YUV187.06163.52155.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.82%
GREEN value IS 155 (60.94% from 255) = 24.56%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=35.82%
G=24.56%
B=39.62%

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
Decimal2261552500.100.3800.02284.8490.4879.41
HexE29BFAA260211d5a4f
Octal342233372124602435132117
Binary111000101001101111111010101010011001010001110110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29BFA; }

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

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

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

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

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

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

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

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