#E5B9F8

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

Shades of Mauve #E5B9F8

Tints of Mauve #E5B9F8

Color information

#E5B9F8 (or 0xE5B9F8) is unknown color: approx Mauve. HEX triplet: E5, B9 and F8. RGB value is (229,185,248). Sum of RGB (Red+Green+Blue) = 229+185+248=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #E5B9F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B9F8 is #1A4607. Grayscale: #CDCDCD. Windows color (decimal): -1721864 or 16300517. OLE color: 16300517.

HSL color Cylindrical-coordinate representation of color #E5B9F8: hue angle of 281.9º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5B9F8 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB229185248-
CMYK0.080.2500.03
HSL281.9º81.82%84.9%-
HSV(B)281.9º25.4%97.25%-
XYZ66.6158.1396.52-
YUV205.34152.08144.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.59%
GREEN value IS 185 (72.66% from 255) = 27.95%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=34.59%
G=27.95%
B=37.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2291852480.080.2500.03281.981.8284.9
HexE5B9F88190311a5255
Octal345271370103103432122125
Binary11100101101110011111100010001100101110001101010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B9F8; }

 p { color: rgb(229,185,248); }

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

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

 a { background-color: rgb(229,185,248); }

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

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

 span { border-color: rgb(229,185,248); }

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