#E8AEFF

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

Shades of Mauve #E8AEFF

Tints of Mauve #E8AEFF

Color information

#E8AEFF (or 0xE8AEFF) is unknown color: approx Mauve. HEX triplet: E8, AE and FF. RGB value is (232,174,255). Sum of RGB (Red+Green+Blue) = 232+174+255=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEFF is #175100. Grayscale: #C8C8C8. Windows color (decimal): -1528065 or 16756456. OLE color: 16756456.

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

Color convert

RGB232174255-
CMYK0.090.3200
HSL282.96º100%84.12%-
HSV(B)282.96º31.76%100%-
XYZ66.4654.65101.65-
YUV200.58158.72150.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.10%
GREEN value IS 174 (68.36% from 255) = 26.32%
BLUE value IS 255 (100% from 255) = 38.58%
R=35.10%
G=26.32%
B=38.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321742550.090.3200282.9610084.12
HexE8AEFF9200011b6454
Octal350256377114000433144124
Binary11101000101011101111111110011000000010001101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AEFF; }

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

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

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

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

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

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

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

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