#EF9FFD

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

Shades of Mauve #EF9FFD

Tints of Mauve #EF9FFD

Color information

#EF9FFD (or 0xEF9FFD) is unknown color: approx Mauve. HEX triplet: EF, 9F and FD. RGB value is (239,159,253). Sum of RGB (Red+Green+Blue) = 239+159+253=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 159 (62.5% from 255 or 24.42% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9FFD is #106002. Grayscale: #C1C1C1. Windows color (decimal): -1073155 or 16621551. OLE color: 16621551.

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

Color convert

RGB239159253-
CMYK0.060.3700.01
HSL291.06º95.92%80.78%-
HSV(B)291.06º37.15%99.22%-
XYZ65.7250.2499.16-
YUV193.64161.5160.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.71%
GREEN value IS 159 (62.5% from 255) = 24.42%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=36.71%
G=24.42%
B=38.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391592530.060.3700.01291.0695.9280.78
HexEF9FFD625011236051
Octal35723737564501443140121
Binary1110111110011111111111011101001010110010001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9FFD; }

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

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

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

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

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

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

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

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