#E5AEFC

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

Shades of Mauve #E5AEFC

Tints of Mauve #E5AEFC

Color information

#E5AEFC (or 0xE5AEFC) is unknown color: approx Mauve. HEX triplet: E5, AE and FC. RGB value is (229,174,252). Sum of RGB (Red+Green+Blue) = 229+174+252=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFC is #1A5103. Grayscale: #C7C7C7. Windows color (decimal): -1724676 or 16559845. OLE color: 16559845.

HSL color Cylindrical-coordinate representation of color #E5AEFC: hue angle of 282.31º degrees, saturation: 0.93, 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 #E5AEFC is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229174252-
CMYK0.090.3100.01
HSL282.31º92.86%83.53%-
HSV(B)282.31º30.95%98.82%-
XYZ65.0253.9699.08-
YUV199.34157.72149.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.96%
GREEN value IS 174 (68.36% from 255) = 26.56%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=34.96%
G=26.56%
B=38.47%

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
Decimal2291742520.090.3100.01282.3192.8683.53
HexE5AEFC91F0111a5d54
Octal345256374113701432135124
Binary1110010110101110111111001001111110110001101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEFC; }

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

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

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

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

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

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

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

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