#EEB5FB

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

Shades of Mauve #EEB5FB

Tints of Mauve #EEB5FB

Color information

#EEB5FB (or 0xEEB5FB) is unknown color: approx Mauve. HEX triplet: EE, B5 and FB. RGB value is (238,181,251). Sum of RGB (Red+Green+Blue) = 238+181+251=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEB5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB5FB is #114A04. Grayscale: #CDCDCD. Windows color (decimal): -1133061 or 16496110. OLE color: 16496110.

HSL color Cylindrical-coordinate representation of color #EEB5FB: hue angle of 288.86º degrees, saturation: 0.9, 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 #EEB5FB is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238181251-
CMYK0.050.2800.02
HSL288.86º89.74%84.71%-
HSV(B)288.86º27.89%98.43%-
XYZ69.258.1998.85-
YUV206.02153.38150.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.52%
GREEN value IS 181 (71.09% from 255) = 27.01%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=35.52%
G=27.01%
B=37.46%

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
Decimal2381812510.050.2800.02288.8689.7484.71
HexEEB5FB51C021215a55
Octal35626537353402441132125
Binary1110111010110101111110111011110001010010000110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB5FB; }

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

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

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

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

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

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

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

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