#E9B0FA

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

Shades of Mauve #E9B0FA

Tints of Mauve #E9B0FA

Color information

#E9B0FA (or 0xE9B0FA) is unknown color: approx Mauve. HEX triplet: E9, B0 and FA. RGB value is (233,176,250). Sum of RGB (Red+Green+Blue) = 233+176+250=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9B0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B0FA is #164F05. Grayscale: #C9C9C9. Windows color (decimal): -1462022 or 16429289. OLE color: 16429289.

HSL color Cylindrical-coordinate representation of color #E9B0FA: hue angle of 286.22º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9B0FA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233176250-
CMYK0.070.3000.02
HSL286.22º88.1%83.53%-
HSV(B)286.22º29.6%98.04%-
XYZ66.3855.2897.61-
YUV201.48155.38150.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 176 (69.14% from 255) = 26.71%
BLUE value IS 250 (98.05% from 255) = 37.94%
R=35.36%
G=26.71%
B=37.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331762500.070.3000.02286.2288.183.53
HexE9B0FA71E0211e5854
Octal35126037273602436130124
Binary1110100110110000111110101111111001010001111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B0FA; }

 p { color: rgb(233,176,250); }

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

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

 a { background-color: rgb(233,176,250); }

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

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

 span { border-color: rgb(233,176,250); }

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