#EF9EFC

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

Shades of Mauve #EF9EFC

Tints of Mauve #EF9EFC

Color information

#EF9EFC (or 0xEF9EFC) is unknown color: approx Mauve. HEX triplet: EF, 9E and FC. RGB value is (239,158,252). Sum of RGB (Red+Green+Blue) = 239+158+252=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EFC is #106103. Grayscale: #C0C0C0. Windows color (decimal): -1073412 or 16555759. OLE color: 16555759.

HSL color Cylindrical-coordinate representation of color #EF9EFC: hue angle of 291.7º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF9EFC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239158252-
CMYK0.050.3700.01
HSL291.7º94%80.39%-
HSV(B)291.7º37.3%98.82%-
XYZ65.3949.8398.27-
YUV192.94161.34160.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 158 (62.11% from 255) = 24.35%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=36.83%
G=24.35%
B=38.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391582520.050.3700.01291.79480.39
HexEF9EFC525011245e50
Octal35723637454501444136120
Binary1110111110011110111111001011001010110010010010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9EFC; }

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

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

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

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

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

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

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

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