#EEB0FE

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

Shades of Mauve #EEB0FE

Tints of Mauve #EEB0FE

Color information

#EEB0FE (or 0xEEB0FE) is unknown color: approx Mauve. HEX triplet: EE, B0 and FE. RGB value is (238,176,254). Sum of RGB (Red+Green+Blue) = 238+176+254=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 176 (69.14% from 255 or 26.35% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEB0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0FE is #114F01. Grayscale: #CBCBCB. Windows color (decimal): -1134338 or 16691438. OLE color: 16691438.

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

Color convert

RGB238176254-
CMYK0.060.3100.00
HSL287.69º97.5%84.31%-
HSV(B)287.69º30.71%99.61%-
XYZ68.6756.38101.03-
YUV203.43156.54152.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.63%
GREEN value IS 176 (69.14% from 255) = 26.35%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=35.63%
G=26.35%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381762540.060.3100.00287.6997.584.31
HexEEB0FE61F001206254
Octal35626037663700440142124
Binary111011101011000011111110110111110010010000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0FE; }

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

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

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

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

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

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

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

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