#E5B2F3

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

Shades of Mauve #E5B2F3

Tints of Mauve #E5B2F3

Color information

#E5B2F3 (or 0xE5B2F3) is unknown color: approx Mauve. HEX triplet: E5, B2 and F3. RGB value is (229,178,243). Sum of RGB (Red+Green+Blue) = 229+178+243=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5B2F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B2F3 is #1A4D0C. Grayscale: #C8C8C8. Windows color (decimal): -1723661 or 15971045. OLE color: 15971045.

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

Color convert

RGB229178243-
CMYK0.060.2700.05
HSL287.08º73.03%82.55%-
HSV(B)287.08º26.75%95.29%-
XYZ64.4154.9792.01-
YUV200.66151.9148.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 178 (69.92% from 255) = 27.38%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=35.23%
G=27.38%
B=37.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291782430.060.2700.05287.0873.0382.55
HexE5B2F361B0511f4953
Octal34526236363305437111123
Binary11100101101100101111001111011011010110001111110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B2F3; }

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

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

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

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

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

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

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

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