#E29AFF

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

Shades of Mauve #E29AFF

Tints of Mauve #E29AFF

Color information

#E29AFF (or 0xE29AFF) is unknown color: approx Mauve. HEX triplet: E2, 9A and FF. RGB value is (226,154,255). Sum of RGB (Red+Green+Blue) = 226+154+255=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #E29AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29AFF is #1D6500. Grayscale: #BABABA. Windows color (decimal): -1926401 or 16751330. OLE color: 16751330.

HSL color Cylindrical-coordinate representation of color #E29AFF: hue angle of 282.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E29AFF is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226154255-
CMYK0.110.4000
HSL282.77º100%80.2%-
HSV(B)282.77º39.61%100%-
XYZ60.9746.5100.37-
YUV187.04166.35155.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.59%
GREEN value IS 154 (60.55% from 255) = 24.25%
BLUE value IS 255 (100% from 255) = 40.16%
R=35.59%
G=24.25%
B=40.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261542550.110.4000282.7710080.2
HexE29AFFB280011b6450
Octal342232377135000433144120
Binary11100010100110101111111110111010000010001101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AFF; }

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

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

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

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

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

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

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

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