#EFB0FF

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

Shades of Mauve #EFB0FF

Tints of Mauve #EFB0FF

Color information

#EFB0FF (or 0xEFB0FF) is unknown color: approx Mauve. HEX triplet: EF, B0 and FF. RGB value is (239,176,255). Sum of RGB (Red+Green+Blue) = 239+176+255=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 176 (69.14% from 255 or 26.27% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB0FF is #104F00. Grayscale: #CBCBCB. Windows color (decimal): -1068801 or 16756975. OLE color: 16756975.

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

Color convert

RGB239176255-
CMYK0.060.3100
HSL287.85º100%84.51%-
HSV(B)287.85º30.98%100%-
XYZ69.1756.62101.89-
YUV203.84156.87153.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 176 (69.14% from 255) = 26.27%
BLUE value IS 255 (100% from 255) = 38.06%
R=35.67%
G=26.27%
B=38.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391762550.060.3100287.8510084.51
HexEFB0FF61F001206455
Octal35726037763700440144125
Binary111011111011000011111111110111110010010000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0FF; }

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

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

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

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

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

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

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

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