#E5B8FC

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

Shades of Mauve #E5B8FC

Tints of Mauve #E5B8FC

Color information

#E5B8FC (or 0xE5B8FC) is unknown color: approx Mauve. HEX triplet: E5, B8 and FC. RGB value is (229,184,252). Sum of RGB (Red+Green+Blue) = 229+184+252=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 184 (72.27% from 255 or 27.67% 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 #E5B8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B8FC is #1A4703. Grayscale: #CCCCCC. Windows color (decimal): -1722116 or 16562405. OLE color: 16562405.

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

Color convert

RGB229184252-
CMYK0.090.2700.01
HSL279.71º91.89%85.49%-
HSV(B)279.71º26.98%98.82%-
XYZ67.0257.9799.75-
YUV205.21154.41144.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.44%
GREEN value IS 184 (72.27% from 255) = 27.67%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=34.44%
G=27.67%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291842520.090.2700.01279.7191.8985.49
HexE5B8FC91B011185c55
Octal345270374113301430134125
Binary1110010110111000111111001001110110110001100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B8FC; }

 p { color: rgb(229,184,252); }

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

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

 a { background-color: rgb(229,184,252); }

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

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

 span { border-color: rgb(229,184,252); }

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