#E29AFD

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

Shades of Mauve #E29AFD

Tints of Mauve #E29AFD

Color information

#E29AFD (or 0xE29AFD) is unknown color: approx Mauve. HEX triplet: E2, 9A and FD. RGB value is (226,154,253). Sum of RGB (Red+Green+Blue) = 226+154+253=633 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.70% from 633); Green value is 154 (60.55% from 255 or 24.33% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #E29AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29AFD is #1D6502. Grayscale: #BABABA. Windows color (decimal): -1926403 or 16620258. OLE color: 16620258.

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

Color convert

RGB226154253-
CMYK0.110.3900.01
HSL283.64º96.12%79.8%-
HSV(B)283.64º39.13%99.22%-
XYZ60.6546.3798.68-
YUV186.81165.35155.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.70%
GREEN value IS 154 (60.55% from 255) = 24.33%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=35.70%
G=24.33%
B=39.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261542530.110.3900.01283.6496.1279.8
HexE29AFDB270111c6050
Octal342232375134701434140120
Binary11100010100110101111110110111001110110001110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29AFD; }

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

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

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

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

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

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

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

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