#EEB1FF

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

Shades of Mauve #EEB1FF

Tints of Mauve #EEB1FF

Color information

#EEB1FF (or 0xEEB1FF) is unknown color: approx Mauve. HEX triplet: EE, B1 and FF. RGB value is (238,177,255). Sum of RGB (Red+Green+Blue) = 238+177+255=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1FF is #114E00. Grayscale: #CBCBCB. Windows color (decimal): -1134081 or 16757230. OLE color: 16757230.

HSL color Cylindrical-coordinate representation of color #EEB1FF: hue angle of 286.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEB1FF is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238177255-
CMYK0.070.3100
HSL286.92º100%84.71%-
HSV(B)286.92º30.59%100%-
XYZ69.0356.84101.94-
YUV204.13156.71152.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 177 (69.53% from 255) = 26.42%
BLUE value IS 255 (100% from 255) = 38.06%
R=35.52%
G=26.42%
B=38.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381772550.070.3100286.9210084.71
HexEEB1FF71F0011f6455
Octal35626137773700437144125
Binary111011101011000111111111111111110010001111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1FF; }

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

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

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

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

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

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

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

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