#E9ABFD

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

Shades of Mauve #E9ABFD

Tints of Mauve #E9ABFD

Color information

#E9ABFD (or 0xE9ABFD) is unknown color: approx Mauve. HEX triplet: E9, AB and FD. RGB value is (233,171,253). Sum of RGB (Red+Green+Blue) = 233+171+253=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 171 (67.19% from 255 or 26.03% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9ABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ABFD is #165402. Grayscale: #C6C6C6. Windows color (decimal): -1463299 or 16624617. OLE color: 16624617.

HSL color Cylindrical-coordinate representation of color #E9ABFD: hue angle of 285.37º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9ABFD is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233171253-
CMYK0.080.3200.01
HSL285.37º95.35%83.14%-
HSV(B)285.37º32.41%99.22%-
XYZ65.953.5499.79-
YUV198.89158.54152.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.46%
GREEN value IS 171 (67.19% from 255) = 26.03%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=35.46%
G=26.03%
B=38.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331712530.080.3200.01285.3795.3583.14
HexE9ABFD8200111d5f53
Octal351253375104001435137123
Binary11101001101010111111110110001000000110001110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ABFD; }

 p { color: rgb(233,171,253); }

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

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

 a { background-color: rgb(233,171,253); }

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

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

 span { border-color: rgb(233,171,253); }

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