#EEB1FA

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

Shades of Mauve #EEB1FA

Tints of Mauve #EEB1FA

Color information

#EEB1FA (or 0xEEB1FA) is unknown color: approx Mauve. HEX triplet: EE, B1 and FA. RGB value is (238,177,250). Sum of RGB (Red+Green+Blue) = 238+177+250=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1FA is #114E05. Grayscale: #CBCBCB. Windows color (decimal): -1134086 or 16429550. OLE color: 16429550.

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

Color convert

RGB238177250-
CMYK0.050.2900.02
HSL290.14º87.95%83.73%-
HSV(B)290.14º29.2%98.04%-
XYZ68.2456.5297.76-
YUV203.56154.21152.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 177 (69.53% from 255) = 26.62%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=35.79%
G=26.62%
B=37.59%

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
Decimal2381772500.050.2900.02290.1487.9583.73
HexEEB1FA51D021225854
Octal35626137253502442130124
Binary1110111010110001111110101011110101010010001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1FA; }

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

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

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

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

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

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

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

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