#EFA8FF

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

Shades of Mauve #EFA8FF

Tints of Mauve #EFA8FF

Color information

#EFA8FF (or 0xEFA8FF) is unknown color: approx Mauve. HEX triplet: EF, A8 and FF. RGB value is (239,168,255). Sum of RGB (Red+Green+Blue) = 239+168+255=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 168 (66.02% from 255 or 25.38% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8FF is #105700. Grayscale: #C6C6C6. Windows color (decimal): -1070849 or 16754927. OLE color: 16754927.

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

Color convert

RGB239168255-
CMYK0.060.3400
HSL288.97º100%82.94%-
HSV(B)288.97º34.12%100%-
XYZ67.6553.58101.38-
YUV199.15159.52156.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 168 (66.02% from 255) = 25.38%
BLUE value IS 255 (100% from 255) = 38.52%
R=36.10%
G=25.38%
B=38.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391682550.060.3400288.9710082.94
HexEFA8FF622001216453
Octal35725037764200441144123
Binary1110111110101000111111111101000100010010000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8FF; }

 p { color: rgb(239,168,255); }

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

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

 a { background-color: rgb(239,168,255); }

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

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

 span { border-color: rgb(239,168,255); }

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