#E9B2F0

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

Shades of Mauve #E9B2F0

Tints of Mauve #E9B2F0

Color information

#E9B2F0 (or 0xE9B2F0) is unknown color: approx Mauve. HEX triplet: E9, B2 and F0. RGB value is (233,178,240). Sum of RGB (Red+Green+Blue) = 233+178+240=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9B2F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B2F0 is #164D0F. Grayscale: #C9C9C9. Windows color (decimal): -1461520 or 15774441. OLE color: 15774441.

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

Color convert

RGB233178240-
CMYK0.030.2600.06
HSL293.23º67.39%81.96%-
HSV(B)293.23º25.83%94.12%-
XYZ65.2555.4689.7-
YUV201.51149.72150.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.79%
GREEN value IS 178 (69.92% from 255) = 27.34%
BLUE value IS 240 (94.14% from 255) = 36.87%
R=35.79%
G=27.34%
B=36.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2331782400.030.2600.06293.2367.3981.96
HexE9B2F031A061254352
Octal35126236033206445103122
Binary1110100110110010111100001111010011010010010110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B2F0; }

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

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

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

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

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

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

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

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