#E9B0FC

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

Shades of Mauve #E9B0FC

Tints of Mauve #E9B0FC

Color information

#E9B0FC (or 0xE9B0FC) is unknown color: approx Mauve. HEX triplet: E9, B0 and FC. RGB value is (233,176,252). Sum of RGB (Red+Green+Blue) = 233+176+252=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 176 (69.14% from 255 or 26.63% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #E9B0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9B0FC is #164F03. Grayscale: #C9C9C9. Windows color (decimal): -1462020 or 16560361. OLE color: 16560361.

HSL color Cylindrical-coordinate representation of color #E9B0FC: hue angle of 285º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9B0FC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233176252-
CMYK0.080.3000.01
HSL285º92.68%83.92%-
HSV(B)285º30.16%98.82%-
XYZ66.755.499.27-
YUV201.71156.38150.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 176 (69.14% from 255) = 26.63%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=35.25%
G=26.63%
B=38.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2331762520.080.3000.0128592.6883.92
HexE9B0FC81E0111d5d54
Octal351260374103601435135124
Binary1110100110110000111111001000111100110001110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B0FC; }

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

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

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

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

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

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

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

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