#E9AEFE

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

Shades of Mauve #E9AEFE

Tints of Mauve #E9AEFE

Color information

#E9AEFE (or 0xE9AEFE) is unknown color: approx Mauve. HEX triplet: E9, AE and FE. RGB value is (233,174,254). Sum of RGB (Red+Green+Blue) = 233+174+254=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9AEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEFE is #165101. Grayscale: #C8C8C8. Windows color (decimal): -1462530 or 16690921. OLE color: 16690921.

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

Color convert

RGB233174254-
CMYK0.080.3100.00
HSL284.25º97.56%83.92%-
HSV(B)284.25º31.5%99.61%-
XYZ66.6354.75100.82-
YUV200.76158.05151-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 174 (68.36% from 255) = 26.32%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=35.25%
G=26.32%
B=38.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331742540.080.3100.00284.2597.5683.92
HexE9AEFE81F0011c6254
Octal351256376103700434142124
Binary1110100110101110111111101000111110010001110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEFE; }

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

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

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

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

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

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

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

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