#EEA2F9

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

Shades of Mauve #EEA2F9

Tints of Mauve #EEA2F9

Color information

#EEA2F9 (or 0xEEA2F9) is unknown color: approx Mauve. HEX triplet: EE, A2 and F9. RGB value is (238,162,249). Sum of RGB (Red+Green+Blue) = 238+162+249=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 162 (63.67% from 255 or 24.96% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEA2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2F9 is #115D06. Grayscale: #C2C2C2. Windows color (decimal): -1137927 or 16360174. OLE color: 16360174.

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

Color convert

RGB238162249-
CMYK0.040.3500.02
HSL292.41º87.88%80.59%-
HSV(B)292.41º34.94%97.65%-
XYZ65.2850.8696-
YUV194.64158.68158.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 162 (63.67% from 255) = 24.96%
BLUE value IS 249 (97.66% from 255) = 38.37%
R=36.67%
G=24.96%
B=38.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381622490.040.3500.02292.4187.8880.59
HexEEA2F9423021245851
Octal35624237144302444130121
Binary11101110101000101111100110010001101010010010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA2F9; }

 p { color: rgb(238,162,249); }

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

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

 a { background-color: rgb(238,162,249); }

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

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

 span { border-color: rgb(238,162,249); }

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