#EFB2FA

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

Shades of Mauve #EFB2FA

Tints of Mauve #EFB2FA

Color information

#EFB2FA (or 0xEFB2FA) is unknown color: approx Mauve. HEX triplet: EF, B2 and FA. RGB value is (239,178,250). Sum of RGB (Red+Green+Blue) = 239+178+250=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB2FA is #104D05. Grayscale: #CCCCCC. Windows color (decimal): -1068294 or 16429807. OLE color: 16429807.

HSL color Cylindrical-coordinate representation of color #EFB2FA: hue angle of 290.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFB2FA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239178250-
CMYK0.040.2900.02
HSL290.83º87.8%83.92%-
HSV(B)290.83º28.8%98.04%-
XYZ68.7757.0997.84-
YUV204.45153.71152.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 178 (69.92% from 255) = 26.69%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=35.83%
G=26.69%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2391782500.040.2900.02290.8387.883.92
HexEFB2FA41D021235854
Octal35726237243502443130124
Binary1110111110110010111110101001110101010010001110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB2FA; }

 p { color: rgb(239,178,250); }

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

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

 a { background-color: rgb(239,178,250); }

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

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

 span { border-color: rgb(239,178,250); }

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