#e5b2f6

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

Shades of Mauve #E5B2F6

Tints of Mauve #E5B2F6

Color information

#E5B2F6 (or 0xE5B2F6) is unknown color: approx Mauve. HEX triplet: E5, B2 and F6. RGB value is (229,178,246). Sum of RGB (Red+Green+Blue) = 229+178+246=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5B2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B2F6 is #1A4D09. Grayscale: #C8C8C8. Windows color (decimal): -1723658 or 16167653. OLE color: 16167653.

HSL color Cylindrical-coordinate representation of color #E5B2F6: hue angle of 285º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5B2F6 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB229178246-
CMYK0.070.2800.04
HSL285º79.07%83.14%-
HSV(B)285º27.64%96.47%-
XYZ64.8755.1594.42-
YUV201153.4147.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=35.07%
G=27.26%
B=37.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2291782460.070.2800.0428579.0783.14
HexE5B2F671C0411d4f53
Octal34526236673404435117123
Binary11100101101100101111011011111100010010001110110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b2f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b2f6; }

 p { color: rgb(229,178,246); }

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

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

 a { background-color: rgb(229,178,246); }

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

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

 span { border-color: rgb(229,178,246); }

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