#E9B2F1

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

Shades of Mauve #E9B2F1

Tints of Mauve #E9B2F1

Color information

#E9B2F1 (or 0xE9B2F1) is unknown color: approx Mauve. HEX triplet: E9, B2 and F1. RGB value is (233,178,241). Sum of RGB (Red+Green+Blue) = 233+178+241=652 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.74% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9B2F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B2F1 is #164D0E. Grayscale: #C9C9C9. Windows color (decimal): -1461519 or 15839977. OLE color: 15839977.

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

Color convert

RGB233178241-
CMYK0.030.2600.05
HSL292.38º69.23%82.16%-
HSV(B)292.38º26.14%94.51%-
XYZ65.455.5290.49-
YUV201.63150.22150.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.74%
GREEN value IS 178 (69.92% from 255) = 27.30%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=35.74%
G=27.30%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331782410.030.2600.05292.3869.2382.16
HexE9B2F131A051244552
Octal35126236133205444105122
Binary1110100110110010111100011111010010110010010010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B2F1; }

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

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

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

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

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

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

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

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