#EEA5FA

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

Shades of Mauve #EEA5FA

Tints of Mauve #EEA5FA

Color information

#EEA5FA (or 0xEEA5FA) is unknown color: approx Mauve. HEX triplet: EE, A5 and FA. RGB value is (238,165,250). Sum of RGB (Red+Green+Blue) = 238+165+250=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEA5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5FA is #115A05. Grayscale: #C4C4C4. Windows color (decimal): -1137158 or 16426478. OLE color: 16426478.

HSL color Cylindrical-coordinate representation of color #EEA5FA: hue angle of 291.53º degrees, saturation: 0.89, 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 #EEA5FA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238165250-
CMYK0.050.3400.02
HSL291.53º89.47%81.37%-
HSV(B)291.53º34%98.04%-
XYZ65.9751.9997-
YUV196.52158.18157.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 165 (64.84% from 255) = 25.27%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=36.45%
G=25.27%
B=38.28%

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
Decimal2381652500.050.3400.02291.5389.4781.37
HexEEA5FA522021245951
Octal35624537254202444131121
Binary11101110101001011111101010110001001010010010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5FA; }

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

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

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

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

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

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

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

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