#EEA1FB

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

Shades of Mauve #EEA1FB

Tints of Mauve #EEA1FB

Color information

#EEA1FB (or 0xEEA1FB) is unknown color: approx Mauve. HEX triplet: EE, A1 and FB. RGB value is (238,161,251). Sum of RGB (Red+Green+Blue) = 238+161+251=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEA1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1FB is #115E04. Grayscale: #C2C2C2. Windows color (decimal): -1138181 or 16490990. OLE color: 16490990.

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

Color convert

RGB238161251-
CMYK0.050.3600.02
HSL291.33º91.84%80.78%-
HSV(B)291.33º35.86%98.43%-
XYZ65.4250.6397.59-
YUV194.28160.01159.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 161 (63.28% from 255) = 24.77%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=36.62%
G=24.77%
B=38.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381612510.050.3600.02291.3391.8480.78
HexEEA1FB524021235c51
Octal35624137354402443134121
Binary11101110101000011111101110110010001010010001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1FB; }

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

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

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

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

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

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

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

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