#EEB1FC

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

Shades of Mauve #EEB1FC

Tints of Mauve #EEB1FC

Color information

#EEB1FC (or 0xEEB1FC) is unknown color: approx Mauve. HEX triplet: EE, B1 and FC. RGB value is (238,177,252). Sum of RGB (Red+Green+Blue) = 238+177+252=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEB1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1FC is #114E03. Grayscale: #CBCBCB. Windows color (decimal): -1134084 or 16560622. OLE color: 16560622.

HSL color Cylindrical-coordinate representation of color #EEB1FC: hue angle of 288.8º 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 #EEB1FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238177252-
CMYK0.060.3000.01
HSL288.8º92.59%84.12%-
HSV(B)288.8º29.76%98.82%-
XYZ68.5556.6599.42-
YUV203.79155.21152.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.68%
GREEN value IS 177 (69.53% from 255) = 26.54%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=35.68%
G=26.54%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381772520.060.3000.01288.892.5984.12
HexEEB1FC61E011215d54
Octal35626137463601441135124
Binary111011101011000111111100110111100110010000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1FC; }

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

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

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

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

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

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

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

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