#EEA4FC

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

Shades of Mauve #EEA4FC

Tints of Mauve #EEA4FC

Color information

#EEA4FC (or 0xEEA4FC) is unknown color: approx Mauve. HEX triplet: EE, A4 and FC. RGB value is (238,164,252). Sum of RGB (Red+Green+Blue) = 238+164+252=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 164 (64.45% from 255 or 25.08% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEA4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4FC is #115B03. Grayscale: #C3C3C3. Windows color (decimal): -1137412 or 16557294. OLE color: 16557294.

HSL color Cylindrical-coordinate representation of color #EEA4FC: hue angle of 290.45º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEA4FC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238164252-
CMYK0.060.3500.01
HSL290.45º93.62%81.57%-
HSV(B)290.45º34.92%98.82%-
XYZ66.1151.7698.6-
YUV196.16159.52157.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.39%
GREEN value IS 164 (64.45% from 255) = 25.08%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=36.39%
G=25.08%
B=38.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381642520.060.3500.01290.4593.6281.57
HexEEA4FC623011225e52
Octal35624437464301442136122
Binary1110111010100100111111001101000110110010001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4FC; }

 p { color: rgb(238,164,252); }

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

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

 a { background-color: rgb(238,164,252); }

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

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

 span { border-color: rgb(238,164,252); }

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