#E8A8FD

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

Shades of Mauve #E8A8FD

Tints of Mauve #E8A8FD

Color information

#E8A8FD (or 0xE8A8FD) is unknown color: approx Mauve. HEX triplet: E8, A8 and FD. RGB value is (232,168,253). Sum of RGB (Red+Green+Blue) = 232+168+253=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8A8FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A8FD is #175702. Grayscale: #C4C4C4. Windows color (decimal): -1529603 or 16623848. OLE color: 16623848.

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

Color convert

RGB232168253-
CMYK0.080.3400.01
HSL285.18º95.51%82.55%-
HSV(B)285.18º33.6%99.22%-
XYZ65.0152.2599.59-
YUV196.83159.7153.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 168 (66.02% from 255) = 25.73%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=35.53%
G=25.73%
B=38.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321682530.080.3400.01285.1895.5182.55
HexE8A8FD8220111d6053
Octal350250375104201435140123
Binary11101000101010001111110110001000100110001110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A8FD; }

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

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

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

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

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

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

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

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