#EFB0FB

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

Shades of Mauve #EFB0FB

Tints of Mauve #EFB0FB

Color information

#EFB0FB (or 0xEFB0FB) is unknown color: approx Mauve. HEX triplet: EF, B0 and FB. RGB value is (239,176,251). Sum of RGB (Red+Green+Blue) = 239+176+251=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FB is #104F04. Grayscale: #CBCBCB. Windows color (decimal): -1068805 or 16494831. OLE color: 16494831.

HSL color Cylindrical-coordinate representation of color #EFB0FB: hue angle of 290.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFB0FB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239176251-
CMYK0.050.3000.02
HSL290.4º90.36%83.73%-
HSV(B)290.4º29.88%98.43%-
XYZ68.5356.3798.53-
YUV203.39154.87153.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.89%
GREEN value IS 176 (69.14% from 255) = 26.43%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=35.89%
G=26.43%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391762510.050.3000.02290.490.3683.73
HexEFB0FB51E021225a54
Octal35726037353602442132124
Binary1110111110110000111110111011111001010010001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0FB; }

 p { color: rgb(239,176,251); }

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

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

 a { background-color: rgb(239,176,251); }

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

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

 span { border-color: rgb(239,176,251); }

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