#E8AEFC

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

Shades of Mauve #E8AEFC

Tints of Mauve #E8AEFC

Color information

#E8AEFC (or 0xE8AEFC) is unknown color: approx Mauve. HEX triplet: E8, AE and FC. RGB value is (232,174,252). Sum of RGB (Red+Green+Blue) = 232+174+252=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8AEFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEFC is #175103. Grayscale: #C7C7C7. Windows color (decimal): -1528068 or 16559848. OLE color: 16559848.

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

Color convert

RGB232174252-
CMYK0.080.3100.01
HSL284.62º92.86%83.53%-
HSV(B)284.62º30.95%98.82%-
XYZ65.9954.4699.13-
YUV200.23157.22150.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 174 (68.36% from 255) = 26.44%
BLUE value IS 252 (98.83% from 255) = 38.30%
R=35.26%
G=26.44%
B=38.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321742520.080.3100.01284.6292.8683.53
HexE8AEFC81F0111d5d54
Octal350256374103701435135124
Binary1110100010101110111111001000111110110001110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AEFC; }

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

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

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

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

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

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

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

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