#EEA0FE

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

Shades of Mauve #EEA0FE

Tints of Mauve #EEA0FE

Color information

#EEA0FE (or 0xEEA0FE) is unknown color: approx Mauve. HEX triplet: EE, A0 and FE. RGB value is (238,160,254). Sum of RGB (Red+Green+Blue) = 238+160+254=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 160 (62.89% from 255 or 24.54% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEA0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA0FE is #115F01. Grayscale: #C1C1C1. Windows color (decimal): -1138434 or 16687342. OLE color: 16687342.

HSL color Cylindrical-coordinate representation of color #EEA0FE: hue angle of 289.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA0FE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238160254-
CMYK0.060.3700.00
HSL289.79º97.92%81.18%-
HSV(B)289.79º37.01%99.61%-
XYZ65.7250.47100.04-
YUV194.04161.84159.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 160 (62.89% from 255) = 24.54%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=36.50%
G=24.54%
B=38.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381602540.060.3700.00289.7997.9281.18
HexEEA0FE625001226251
Octal35624037664500442142121
Binary1110111010100000111111101101001010010010001011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA0FE; }

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

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

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

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

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

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

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

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