#EEB5FA

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

Shades of Mauve #EEB5FA

Tints of Mauve #EEB5FA

Color information

#EEB5FA (or 0xEEB5FA) is unknown color: approx Mauve. HEX triplet: EE, B5 and FA. RGB value is (238,181,250). Sum of RGB (Red+Green+Blue) = 238+181+250=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5FA is #114A05. Grayscale: #CDCDCD. Windows color (decimal): -1133062 or 16430574. OLE color: 16430574.

HSL color Cylindrical-coordinate representation of color #EEB5FA: hue angle of 289.57º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB5FA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238181250-
CMYK0.050.2800.02
HSL289.57º87.34%84.51%-
HSV(B)289.57º27.6%98.04%-
XYZ69.0458.1398.02-
YUV205.91152.88150.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.58%
GREEN value IS 181 (71.09% from 255) = 27.06%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=35.58%
G=27.06%
B=37.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381812500.050.2800.02289.5787.3484.51
HexEEB5FA51C021225755
Octal35626537253402442127125
Binary1110111010110101111110101011110001010010001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5FA; }

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

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

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

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

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

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

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

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