#EEA4FA

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

Shades of Mauve #EEA4FA

Tints of Mauve #EEA4FA

Color information

#EEA4FA (or 0xEEA4FA) is unknown color: approx Mauve. HEX triplet: EE, A4 and FA. RGB value is (238,164,250). Sum of RGB (Red+Green+Blue) = 238+164+250=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4FA is #115B05. Grayscale: #C3C3C3. Windows color (decimal): -1137414 or 16426222. OLE color: 16426222.

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

Color convert

RGB238164250-
CMYK0.050.3400.02
HSL291.63º89.58%81.18%-
HSV(B)291.63º34.4%98.04%-
XYZ65.7951.6396.94-
YUV195.93158.52158.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 164 (64.45% from 255) = 25.15%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=36.50%
G=25.15%
B=38.34%

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
Decimal2381642500.050.3400.02291.6389.5881.18
HexEEA4FA522021245a51
Octal35624437254202444132121
Binary11101110101001001111101010110001001010010010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4FA; }

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

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

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

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

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

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

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

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