#E5AEFD

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

Shades of Mauve #E5AEFD

Tints of Mauve #E5AEFD

Color information

#E5AEFD (or 0xE5AEFD) is unknown color: approx Mauve. HEX triplet: E5, AE and FD. RGB value is (229,174,253). Sum of RGB (Red+Green+Blue) = 229+174+253=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFD is #1A5102. Grayscale: #C7C7C7. Windows color (decimal): -1724675 or 16625381. OLE color: 16625381.

HSL color Cylindrical-coordinate representation of color #E5AEFD: hue angle of 281.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5AEFD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229174253-
CMYK0.090.3100.01
HSL281.77º95.18%83.73%-
HSV(B)281.77º31.23%99.22%-
XYZ65.1854.0299.92-
YUV199.45158.22149.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 174 (68.36% from 255) = 26.52%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=34.91%
G=26.52%
B=38.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291742530.090.3100.01281.7795.1883.73
HexE5AEFD91F0111a5f54
Octal345256375113701432137124
Binary1110010110101110111111011001111110110001101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEFD; }

 p { color: rgb(229,174,253); }

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

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

 a { background-color: rgb(229,174,253); }

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

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

 span { border-color: rgb(229,174,253); }

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