#EEB1FB

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

Shades of Mauve #EEB1FB

Tints of Mauve #EEB1FB

Color information

#EEB1FB (or 0xEEB1FB) is unknown color: approx Mauve. HEX triplet: EE, B1 and FB. RGB value is (238,177,251). Sum of RGB (Red+Green+Blue) = 238+177+251=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1FB is #114E04. Grayscale: #CBCBCB. Windows color (decimal): -1134085 or 16495086. OLE color: 16495086.

HSL color Cylindrical-coordinate representation of color #EEB1FB: hue angle of 289.46º degrees, saturation: 0.9, 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 #EEB1FB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238177251-
CMYK0.050.2900.02
HSL289.46º90.24%83.92%-
HSV(B)289.46º29.48%98.43%-
XYZ68.3956.5998.58-
YUV203.68154.71152.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.74%
GREEN value IS 177 (69.53% from 255) = 26.58%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=35.74%
G=26.58%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381772510.050.2900.02289.4690.2483.92
HexEEB1FB51D021215a54
Octal35626137353502441132124
Binary1110111010110001111110111011110101010010000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1FB; }

 p { color: rgb(238,177,251); }

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

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

 a { background-color: rgb(238,177,251); }

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

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

 span { border-color: rgb(238,177,251); }

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