#EEA0FA

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

Shades of Mauve #EEA0FA

Tints of Mauve #EEA0FA

Color information

#EEA0FA (or 0xEEA0FA) is unknown color: approx Mauve. HEX triplet: EE, A0 and FA. RGB value is (238,160,250). Sum of RGB (Red+Green+Blue) = 238+160+250=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 160 (62.89% from 255 or 24.69% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEA0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FA is #115F05. Grayscale: #C1C1C1. Windows color (decimal): -1138438 or 16425198. OLE color: 16425198.

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

Color convert

RGB238160250-
CMYK0.050.3600.02
HSL292º90%80.39%-
HSV(B)292º36%98.04%-
XYZ65.0950.2296.71-
YUV193.58159.84159.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 160 (62.89% from 255) = 24.69%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=36.73%
G=24.69%
B=38.58%

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
Decimal2381602500.050.3600.022929080.39
HexEEA0FA524021245a50
Octal35624037254402444132120
Binary11101110101000001111101010110010001010010010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0FA; }

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

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

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

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

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

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

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

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