#EEACFA

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

Shades of Mauve #EEACFA

Tints of Mauve #EEACFA

Color information

#EEACFA (or 0xEEACFA) is unknown color: approx Mauve. HEX triplet: EE, AC and FA. RGB value is (238,172,250). Sum of RGB (Red+Green+Blue) = 238+172+250=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEACFA is #115305. Grayscale: #C8C8C8. Windows color (decimal): -1135366 or 16428270. OLE color: 16428270.

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

Color convert

RGB238172250-
CMYK0.050.3100.02
HSL290.77º88.64%82.75%-
HSV(B)290.77º31.2%98.04%-
XYZ67.2754.5897.43-
YUV200.63155.87154.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 172 (67.58% from 255) = 26.06%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=36.06%
G=26.06%
B=37.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381722500.050.3100.02290.7788.6482.75
HexEEACFA51F021235953
Octal35625437253702443131123
Binary1110111010101100111110101011111101010010001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEACFA; }

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

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

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

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

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

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

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

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