#EFB5FF

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

Shades of Mauve #EFB5FF

Tints of Mauve #EFB5FF

Color information

#EFB5FF (or 0xEFB5FF) is unknown color: approx Mauve. HEX triplet: EF, B5 and FF. RGB value is (239,181,255). Sum of RGB (Red+Green+Blue) = 239+181+255=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 181 (71.09% from 255 or 26.81% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFB5FF is #104A00. Grayscale: #CECECE. Windows color (decimal): -1067521 or 16758255. OLE color: 16758255.

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

Color convert

RGB239181255-
CMYK0.060.2900
HSL287.03º100%85.49%-
HSV(B)287.03º29.02%100%-
XYZ70.1758.62102.22-
YUV206.78155.22150.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.41%
GREEN value IS 181 (71.09% from 255) = 26.81%
BLUE value IS 255 (100% from 255) = 37.78%
R=35.41%
G=26.81%
B=37.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2391812550.060.2900287.0310085.49
HexEFB5FF61D0011f6455
Octal35726537763500437144125
Binary111011111011010111111111110111010010001111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5FF; }

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

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

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

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

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

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

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

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