#E8AEFE

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

Shades of Mauve #E8AEFE

Tints of Mauve #E8AEFE

Color information

#E8AEFE (or 0xE8AEFE) is unknown color: approx Mauve. HEX triplet: E8, AE and FE. RGB value is (232,174,254). Sum of RGB (Red+Green+Blue) = 232+174+254=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 174 (68.36% from 255 or 26.36% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEFE is #175101. Grayscale: #C8C8C8. Windows color (decimal): -1528066 or 16690920. OLE color: 16690920.

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

Color convert

RGB232174254-
CMYK0.090.3100.00
HSL283.5º97.56%83.92%-
HSV(B)283.5º31.5%99.61%-
XYZ66.354.58100.81-
YUV200.46158.22150.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.15%
GREEN value IS 174 (68.36% from 255) = 26.36%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=35.15%
G=26.36%
B=38.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2321742540.090.3100.00283.597.5683.92
HexE8AEFE91F0011c6254
Octal350256376113700434142124
Binary1110100010101110111111101001111110010001110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AEFE; }

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

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

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

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

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

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

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

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