#E5B8F1

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

Shades of Mauve #E5B8F1

Tints of Mauve #E5B8F1

Color information

#E5B8F1 (or 0xE5B8F1) is unknown color: approx Mauve. HEX triplet: E5, B8 and F1. RGB value is (229,184,241). Sum of RGB (Red+Green+Blue) = 229+184+241=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 184 (72.27% from 255 or 28.13% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #E5B8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B8F1 is #1A470E. Grayscale: #CBCBCB. Windows color (decimal): -1722127 or 15841509. OLE color: 15841509.

HSL color Cylindrical-coordinate representation of color #E5B8F1: hue angle of 287.37º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B8F1 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229184241-
CMYK0.050.2400.05
HSL287.37º67.06%83.33%-
HSV(B)287.37º23.65%94.51%-
XYZ65.3357.2990.83-
YUV203.95148.91145.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 184 (72.27% from 255) = 28.13%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=35.02%
G=28.13%
B=36.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291842410.050.2400.05287.3767.0683.33
HexE5B8F15180511f4353
Octal34527036153005437103123
Binary11100101101110001111000110111000010110001111110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B8F1; }

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

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

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

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

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

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

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

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