#E89AFC

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

Shades of Mauve #E89AFC

Tints of Mauve #E89AFC

Color information

#E89AFC (or 0xE89AFC) is unknown color: approx Mauve. HEX triplet: E8, 9A and FC. RGB value is (232,154,252). Sum of RGB (Red+Green+Blue) = 232+154+252=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 154 (60.55% from 255 or 24.14% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #E89AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89AFC is #176503. Grayscale: #BCBCBC. Windows color (decimal): -1533188 or 16554728. OLE color: 16554728.

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

Color convert

RGB232154252-
CMYK0.080.3900.01
HSL287.76º94.23%79.61%-
HSV(B)287.76º38.89%98.82%-
XYZ62.4147.397.94-
YUV188.49163.84159.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.36%
GREEN value IS 154 (60.55% from 255) = 24.14%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=36.36%
G=24.14%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321542520.080.3900.01287.7694.2379.61
HexE89AFC827011205e50
Octal350232374104701440136120
Binary11101000100110101111110010001001110110010000010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89AFC; }

 p { color: rgb(232,154,252); }

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

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

 a { background-color: rgb(232,154,252); }

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

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

 span { border-color: rgb(232,154,252); }

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