#EEB6FE

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

Shades of Mauve #EEB6FE

Tints of Mauve #EEB6FE

Color information

#EEB6FE (or 0xEEB6FE) is unknown color: approx Mauve. HEX triplet: EE, B6 and FE. RGB value is (238,182,254). Sum of RGB (Red+Green+Blue) = 238+182+254=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 182 (71.48% from 255 or 27.00% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB6FE is #114901. Grayscale: #CECECE. Windows color (decimal): -1132802 or 16692974. OLE color: 16692974.

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

Color convert

RGB238182254-
CMYK0.060.2800.00
HSL286.67º97.3%85.49%-
HSV(B)286.67º28.35%99.61%-
XYZ69.8858.79101.43-
YUV206.95154.55150.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.31%
GREEN value IS 182 (71.48% from 255) = 27.00%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=35.31%
G=27.00%
B=37.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381822540.060.2800.00286.6797.385.49
HexEEB6FE61C0011f6155
Octal35626637663400437141125
Binary111011101011011011111110110111000010001111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB6FE; }

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

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

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

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

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

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

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

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