#E9B1F1

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

Shades of Mauve #E9B1F1

Tints of Mauve #E9B1F1

Color information

#E9B1F1 (or 0xE9B1F1) is unknown color: approx Mauve. HEX triplet: E9, B1 and F1. RGB value is (233,177,241). Sum of RGB (Red+Green+Blue) = 233+177+241=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9B1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B1F1 is #164E0E. Grayscale: #C8C8C8. Windows color (decimal): -1461775 or 15839721. OLE color: 15839721.

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

Color convert

RGB233177241-
CMYK0.030.2700.05
HSL292.5º69.57%81.96%-
HSV(B)292.5º26.56%94.51%-
XYZ65.255.1290.42-
YUV201.04150.55150.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.79%
GREEN value IS 177 (69.53% from 255) = 27.19%
BLUE value IS 241 (94.53% from 255) = 37.02%
R=35.79%
G=27.19%
B=37.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331772410.030.2700.05292.569.5781.96
HexE9B1F131B051244652
Octal35126136133305444106122
Binary1110100110110001111100011111011010110010010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B1F1; }

 p { color: rgb(233,177,241); }

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

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

 a { background-color: rgb(233,177,241); }

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

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

 span { border-color: rgb(233,177,241); }

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