#EEB5F6

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

Shades of Mauve #EEB5F6

Tints of Mauve #EEB5F6

Color information

#EEB5F6 (or 0xEEB5F6) is unknown color: approx Mauve. HEX triplet: EE, B5 and F6. RGB value is (238,181,246). Sum of RGB (Red+Green+Blue) = 238+181+246=665 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.79% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #EEB5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5F6 is #114A09. Grayscale: #CDCDCD. Windows color (decimal): -1133066 or 16168430. OLE color: 16168430.

HSL color Cylindrical-coordinate representation of color #EEB5F6: hue angle of 292.62º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB5F6 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238181246-
CMYK0.030.2600.04
HSL292.62º78.31%83.73%-
HSV(B)292.62º26.42%96.47%-
XYZ68.4257.8894.75-
YUV205.45150.88151.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.79%
GREEN value IS 181 (71.09% from 255) = 27.22%
BLUE value IS 246 (96.48% from 255) = 36.99%
R=35.79%
G=27.22%
B=36.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381812460.030.2600.04292.6278.3183.73
HexEEB5F631A041254e54
Octal35626536633204445116124
Binary1110111010110101111101101111010010010010010110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5F6; }

 p { color: rgb(238,181,246); }

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

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

 a { background-color: rgb(238,181,246); }

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

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

 span { border-color: rgb(238,181,246); }

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