#EEA4FF

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

Shades of Mauve #EEA4FF

Tints of Mauve #EEA4FF

Color information

#EEA4FF (or 0xEEA4FF) is unknown color: approx Mauve. HEX triplet: EE, A4 and FF. RGB value is (238,164,255). Sum of RGB (Red+Green+Blue) = 238+164+255=657 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.23% from 657); Green value is 164 (64.45% from 255 or 24.96% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEA4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4FF is #115B00. Grayscale: #C4C4C4. Windows color (decimal): -1137409 or 16753902. OLE color: 16753902.

HSL color Cylindrical-coordinate representation of color #EEA4FF: hue angle of 288.79º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA4FF is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238164255-
CMYK0.070.3600
HSL288.79º100%82.16%-
HSV(B)288.79º35.69%100%-
XYZ66.5951.95101.13-
YUV196.5161.02157.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.23%
GREEN value IS 164 (64.45% from 255) = 24.96%
BLUE value IS 255 (100% from 255) = 38.81%
R=36.23%
G=24.96%
B=38.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381642550.070.3600288.7910082.16
HexEEA4FF724001216452
Octal35624437774400441144122
Binary1110111010100100111111111111001000010010000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4FF; }

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

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

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

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

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

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

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

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