#EF9DFD

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

Shades of Mauve #EF9DFD

Tints of Mauve #EF9DFD

Color information

#EF9DFD (or 0xEF9DFD) is unknown color: approx Mauve. HEX triplet: EF, 9D and FD. RGB value is (239,157,253). Sum of RGB (Red+Green+Blue) = 239+157+253=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF9DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DFD is #106202. Grayscale: #C0C0C0. Windows color (decimal): -1073667 or 16621039. OLE color: 16621039.

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

Color convert

RGB239157253-
CMYK0.060.3800.01
HSL291.25º96%80.39%-
HSV(B)291.25º37.94%99.22%-
XYZ65.3849.5699.05-
YUV192.46162.17161.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 157 (61.72% from 255) = 24.19%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=36.83%
G=24.19%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391572530.060.3800.01291.259680.39
HexEF9DFD626011236050
Octal35723537564601443140120
Binary1110111110011101111111011101001100110010001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9DFD; }

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

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

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

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

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

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

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

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