#ef9eff

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

Shades of Mauve #EF9EFF

Tints of Mauve #EF9EFF

Color information

#EF9EFF (or 0xEF9EFF) is unknown color: approx Mauve. HEX triplet: EF, 9E and FF. RGB value is (239,158,255). Sum of RGB (Red+Green+Blue) = 239+158+255=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EFF is #106100. Grayscale: #C0C0C0. Windows color (decimal): -1073409 or 16752367. OLE color: 16752367.

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

Color convert

RGB239158255-
CMYK0.060.3800
HSL290.1º100%80.98%-
HSV(B)290.1º38.04%100%-
XYZ65.8750.02100.79-
YUV193.28162.84160.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 158 (62.11% from 255) = 24.23%
BLUE value IS 255 (100% from 255) = 39.11%
R=36.66%
G=24.23%
B=39.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391582550.060.3800290.110080.98
HexEF9EFF626001226451
Octal35723637764600442144121
Binary1110111110011110111111111101001100010010001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9eff; }

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

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

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

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

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

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

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

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