#EEA1FD

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

Shades of Mauve #EEA1FD

Tints of Mauve #EEA1FD

Color information

#EEA1FD (or 0xEEA1FD) is unknown color: approx Mauve. HEX triplet: EE, A1 and FD. RGB value is (238,161,253). Sum of RGB (Red+Green+Blue) = 238+161+253=652 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.50% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEA1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1FD is #115E02. Grayscale: #C2C2C2. Windows color (decimal): -1138179 or 16622062. OLE color: 16622062.

HSL color Cylindrical-coordinate representation of color #EEA1FD: hue angle of 290.22º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA1FD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238161253-
CMYK0.060.3600.01
HSL290.22º95.83%81.18%-
HSV(B)290.22º36.36%99.22%-
XYZ65.7350.7699.26-
YUV194.51161.01159.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.50%
GREEN value IS 161 (63.28% from 255) = 24.69%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=36.50%
G=24.69%
B=38.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381612530.060.3600.01290.2295.8381.18
HexEEA1FD624011226051
Octal35624137564401442140121
Binary1110111010100001111111011101001000110010001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1FD; }

 p { color: rgb(238,161,253); }

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

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

 a { background-color: rgb(238,161,253); }

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

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

 span { border-color: rgb(238,161,253); }

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