#E9B2F9

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

Shades of Mauve #E9B2F9

Tints of Mauve #E9B2F9

Color information

#E9B2F9 (or 0xE9B2F9) is unknown color: approx Mauve. HEX triplet: E9, B2 and F9. RGB value is (233,178,249). Sum of RGB (Red+Green+Blue) = 233+178+249=660 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.30% from 660); Green value is 178 (69.92% from 255 or 26.97% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #E9B2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B2F9 is #164D06. Grayscale: #CACACA. Windows color (decimal): -1461511 or 16364265. OLE color: 16364265.

HSL color Cylindrical-coordinate representation of color #E9B2F9: hue angle of 286.48º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9B2F9 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233178249-
CMYK0.060.2900.02
HSL286.48º85.54%83.73%-
HSV(B)286.48º28.51%97.65%-
XYZ66.625696.92-
YUV202.54154.22149.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.30%
GREEN value IS 178 (69.92% from 255) = 26.97%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=35.30%
G=26.97%
B=37.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331782490.060.2900.02286.4885.5483.73
HexE9B2F961D0211e5654
Octal35126237163502436126124
Binary1110100110110010111110011101110101010001111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B2F9; }

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

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

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

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

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

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

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

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