#EEB0FA

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

Shades of Mauve #EEB0FA

Tints of Mauve #EEB0FA

Color information

#EEB0FA (or 0xEEB0FA) is unknown color: approx Mauve. HEX triplet: EE, B0 and FA. RGB value is (238,176,250). Sum of RGB (Red+Green+Blue) = 238+176+250=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0FA is #114F05. Grayscale: #CACACA. Windows color (decimal): -1134342 or 16429294. OLE color: 16429294.

HSL color Cylindrical-coordinate representation of color #EEB0FA: hue angle of 290.27º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEB0FA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238176250-
CMYK0.050.3000.02
HSL290.27º88.1%83.53%-
HSV(B)290.27º29.6%98.04%-
XYZ68.0456.1397.69-
YUV202.97154.54152.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 176 (69.14% from 255) = 26.51%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=35.84%
G=26.51%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381762500.050.3000.02290.2788.183.53
HexEEB0FA51E021225854
Octal35626037253602442130124
Binary1110111010110000111110101011111001010010001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0FA; }

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

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

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

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

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

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

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

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