#E8B5FC

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

Shades of Mauve #E8B5FC

Tints of Mauve #E8B5FC

Color information

#E8B5FC (or 0xE8B5FC) is unknown color: approx Mauve. HEX triplet: E8, B5 and FC. RGB value is (232,181,252). Sum of RGB (Red+Green+Blue) = 232+181+252=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8B5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B5FC is #174A03. Grayscale: #CCCCCC. Windows color (decimal): -1526276 or 16561640. OLE color: 16561640.

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

Color convert

RGB232181252-
CMYK0.080.2800.01
HSL283.1º92.21%84.9%-
HSV(B)283.1º28.17%98.82%-
XYZ67.3757.2399.59-
YUV204.34154.9147.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.89%
GREEN value IS 181 (71.09% from 255) = 27.22%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=34.89%
G=27.22%
B=37.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321812520.080.2800.01283.192.2184.9
HexE8B5FC81C0111b5c55
Octal350265374103401433134125
Binary1110100010110101111111001000111000110001101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B5FC; }

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

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

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

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

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

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

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

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