#EF9BFF

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

Shades of Mauve #EF9BFF

Tints of Mauve #EF9BFF

Color information

#EF9BFF (or 0xEF9BFF) is unknown color: approx Mauve. HEX triplet: EF, 9B and FF. RGB value is (239,155,255). Sum of RGB (Red+Green+Blue) = 239+155+255=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 155 (60.94% from 255 or 23.88% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9BFF is #106400. Grayscale: #BFBFBF. Windows color (decimal): -1074177 or 16751599. OLE color: 16751599.

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

Color convert

RGB239155255-
CMYK0.060.3900
HSL290.4º100%80.39%-
HSV(B)290.4º39.22%100%-
XYZ65.3749.01100.62-
YUV191.52163.83161.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 155 (60.94% from 255) = 23.88%
BLUE value IS 255 (100% from 255) = 39.29%
R=36.83%
G=23.88%
B=39.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391552550.060.3900290.410080.39
HexEF9BFF627001226450
Octal35723337764700442144120
Binary1110111110011011111111111101001110010010001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BFF; }

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

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

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

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

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

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

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

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