#E5BFF2

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

Shades of Mauve #E5BFF2

Tints of Mauve #E5BFF2

Color information

#E5BFF2 (or 0xE5BFF2) is unknown color: approx Mauve. HEX triplet: E5, BF and F2. RGB value is (229,191,242). Sum of RGB (Red+Green+Blue) = 229+191+242=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BFF2 is #1A400D. Grayscale: #D0D0D0. Windows color (decimal): -1720334 or 15908837. OLE color: 15908837.

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

Color convert

RGB229191242-
CMYK0.050.2100.05
HSL284.71º66.23%84.9%-
HSV(B)284.71º21.07%94.9%-
XYZ66.9760.3392.12-
YUV208.18147.09142.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.59%
GREEN value IS 191 (75% from 255) = 28.85%
BLUE value IS 242 (94.92% from 255) = 36.56%
R=34.59%
G=28.85%
B=36.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291912420.050.2100.05284.7166.2384.9
HexE5BFF25150511d4255
Octal34527736252505435102125
Binary11100101101111111111001010110101010110001110110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BFF2; }

 p { color: rgb(229,191,242); }

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

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

 a { background-color: rgb(229,191,242); }

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

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

 span { border-color: rgb(229,191,242); }

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