#EEA5FB

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

Shades of Mauve #EEA5FB

Tints of Mauve #EEA5FB

Color information

#EEA5FB (or 0xEEA5FB) is unknown color: approx Mauve. HEX triplet: EE, A5 and FB. RGB value is (238,165,251). Sum of RGB (Red+Green+Blue) = 238+165+251=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 165 (64.84% from 255 or 25.23% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEA5FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5FB is #115A04. Grayscale: #C4C4C4. Windows color (decimal): -1137157 or 16492014. OLE color: 16492014.

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

Color convert

RGB238165251-
CMYK0.050.3400.02
HSL290.93º91.49%81.57%-
HSV(B)290.93º34.26%98.43%-
XYZ66.1352.0597.83-
YUV196.63158.68157.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 165 (64.84% from 255) = 25.23%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=36.39%
G=25.23%
B=38.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381652510.050.3400.02290.9391.4981.57
HexEEA5FB522021235b52
Octal35624537354202443133122
Binary11101110101001011111101110110001001010010001110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5FB; }

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

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

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

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

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

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

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

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