Html Css Color HEX #EFB1FA Mauve

📋 copy color: '#EFB1FA'

red 239 ◦ green 177 ◦ blue 250

#EFB1FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EFB1FA

Tints of Mauve #EFB1FA

RGB

 RED value IS 239 (93.75% from 255) = 35.89%

 GREEN value IS 177 (69.53% from 255) = 26.58%

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 35.89%
G = 26.58%
B = 37.54%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFB1FA (or 0xEFB1FA) is known color: Mauve. HEX triplet: EF, B1 and FA. RGB value is (239,177,250). Sum of RGB (Red+Green+Blue) = 239+177+250=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFB1FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB1FA is #104E05. Grayscale: #CBCBCB. Windows color (decimal): -1068550 or 16429551. OLE color: 16429551.

HSL color Cylindrical-coordinate representation of color #EFB1FA: hue angle of 290.96º 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 #EFB1FA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 177 250 -
CMYK 0.04 0.29 0 0.02
HSL 290.96º 0.88% 0.84% -
HSV(B) 290.96º 0.29% 0.98% -
XYZ 68.57 56.7 97.77 -
YUV 203.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 239 177 250 0.04 0.29 0 0.02 290.96 0.88 0.84
Hex EF B1 FA 4 1D 0 2 123 58 54
Octal 357 261 372 4 35 0 2 443 130 124
Binary 11101111 10110001 11111010 100 11101 0 10 100100011 1011000 1010100

Color Harmonies of #EFB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1FA

Black with #EFB1FA

Text Example


Text Example

White with #EFB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1FA; }

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

 H1.HeaderClassName
 {
   color: #EFB1FA;
 }
 .AnyTagClassName
 {
   color: #EFB1FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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