#E8AEFD

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

Shades of Mauve #E8AEFD

Tints of Mauve #E8AEFD

Color information

#E8AEFD (or 0xE8AEFD) is unknown color: approx Mauve. HEX triplet: E8, AE and FD. RGB value is (232,174,253). Sum of RGB (Red+Green+Blue) = 232+174+253=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8AEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEFD is #175102. Grayscale: #C8C8C8. Windows color (decimal): -1528067 or 16625384. OLE color: 16625384.

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

Color convert

RGB232174253-
CMYK0.080.3100.01
HSL284.05º95.18%83.73%-
HSV(B)284.05º31.23%99.22%-
XYZ66.1454.5299.97-
YUV200.35157.72150.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.20%
GREEN value IS 174 (68.36% from 255) = 26.40%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=35.20%
G=26.40%
B=38.39%

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
Decimal2321742530.080.3100.01284.0595.1883.73
HexE8AEFD81F0111c5f54
Octal350256375103701434137124
Binary1110100010101110111111011000111110110001110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AEFD; }

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

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

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

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

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

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

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

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