#EF9DFF

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

Shades of Mauve #EF9DFF

Tints of Mauve #EF9DFF

Color information

#EF9DFF (or 0xEF9DFF) is unknown color: approx Mauve. HEX triplet: EF, 9D and FF. RGB value is (239,157,255). Sum of RGB (Red+Green+Blue) = 239+157+255=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 157 (61.72% from 255 or 24.12% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF9DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DFF is #106200. Grayscale: #C0C0C0. Windows color (decimal): -1073665 or 16752111. OLE color: 16752111.

HSL color Cylindrical-coordinate representation of color #EF9DFF: hue angle of 290.2º 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 #EF9DFF is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB239157255-
CMYK0.060.3800
HSL290.2º100%80.78%-
HSV(B)290.2º38.43%100%-
XYZ65.749.68100.73-
YUV192.69163.17161.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 157 (61.72% from 255) = 24.12%
BLUE value IS 255 (100% from 255) = 39.17%
R=36.71%
G=24.12%
B=39.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391572550.060.3800290.210080.78
HexEF9DFF626001226451
Octal35723537764600442144121
Binary1110111110011101111111111101001100010010001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DFF; }

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

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

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

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

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

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

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

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