#E5B1F4

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

Shades of Mauve #E5B1F4

Tints of Mauve #E5B1F4

Color information

#E5B1F4 (or 0xE5B1F4) is unknown color: approx Mauve. HEX triplet: E5, B1 and F4. RGB value is (229,177,244). Sum of RGB (Red+Green+Blue) = 229+177+244=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 177 (69.53% from 255 or 27.23% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #E5B1F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B1F4 is #1A4E0B. Grayscale: #C7C7C7. Windows color (decimal): -1723916 or 16036325. OLE color: 16036325.

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

Color convert

RGB229177244-
CMYK0.060.2700.04
HSL286.57º75.28%82.55%-
HSV(B)286.57º27.46%95.69%-
XYZ64.3654.6392.74-
YUV200.19152.73148.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 177 (69.53% from 255) = 27.23%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=35.23%
G=27.23%
B=37.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2291772440.060.2700.04286.5775.2882.55
HexE5B1F461B0411f4b53
Octal34526136463304437113123
Binary11100101101100011111010011011011010010001111110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B1F4; }

 p { color: rgb(229,177,244); }

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

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

 a { background-color: rgb(229,177,244); }

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

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

 span { border-color: rgb(229,177,244); }

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