#EEB1FE

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

Shades of Mauve #EEB1FE

Tints of Mauve #EEB1FE

Color information

#EEB1FE (or 0xEEB1FE) is unknown color: approx Mauve. HEX triplet: EE, B1 and FE. RGB value is (238,177,254). Sum of RGB (Red+Green+Blue) = 238+177+254=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 177 (69.53% from 255 or 26.46% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1FE is #114E01. Grayscale: #CBCBCB. Windows color (decimal): -1134082 or 16691694. OLE color: 16691694.

HSL color Cylindrical-coordinate representation of color #EEB1FE: hue angle of 287.53º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEB1FE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238177254-
CMYK0.060.3000.00
HSL287.53º97.47%84.51%-
HSV(B)287.53º30.31%99.61%-
XYZ68.8756.78101.1-
YUV204.02156.21152.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 177 (69.53% from 255) = 26.46%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=35.58%
G=26.46%
B=37.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381772540.060.3000.00287.5397.4784.51
HexEEB1FE61E001206155
Octal35626137663600440141125
Binary111011101011000111111110110111100010010000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1FE; }

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

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

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

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

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

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

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

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