#E5B9F7

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

Shades of Mauve #E5B9F7

Tints of Mauve #E5B9F7

Color information

#E5B9F7 (or 0xE5B9F7) is unknown color: approx Mauve. HEX triplet: E5, B9 and F7. RGB value is (229,185,247). Sum of RGB (Red+Green+Blue) = 229+185+247=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #E5B9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B9F7 is #1A4608. Grayscale: #CDCDCD. Windows color (decimal): -1721865 or 16234981. OLE color: 16234981.

HSL color Cylindrical-coordinate representation of color #E5B9F7: hue angle of 282.58º degrees, saturation: 0.79, 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 #E5B9F7 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB229185247-
CMYK0.070.2500.03
HSL282.58º79.49%84.71%-
HSV(B)282.58º25.1%96.86%-
XYZ66.4558.0795.7-
YUV205.22151.58144.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.64%
GREEN value IS 185 (72.66% from 255) = 27.99%
BLUE value IS 247 (96.88% from 255) = 37.37%
R=34.64%
G=27.99%
B=37.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2291852470.070.2500.03282.5879.4984.71
HexE5B9F77190311b4f55
Octal34527136773103433117125
Binary1110010110111001111101111111100101110001101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B9F7; }

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

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

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

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

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

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

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

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