Html Css Color HEX #EFB1FB Mauve

📋 copy color: '#EFB1FB'

red 239 ◦ green 177 ◦ blue 251

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

Shades of Mauve #EFB1FB

Tints of Mauve #EFB1FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.63%

R = 35.83%
G = 26.54%
B = 37.63%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFB1FB (or 0xEFB1FB) is known color: Mauve. HEX triplet: EF, B1 and FB. RGB value is (239,177,251). Sum of RGB (Red+Green+Blue) = 239+177+251=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFB1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFB1FB is #104E04. Grayscale: #CBCBCB. Windows color (decimal): -1068549 or 16495087. OLE color: 16495087.

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

Color convert

RGB 239 177 251 -
CMYK 0.05 0.29 0 0.02
HSL 290.27º 0.9% 0.84% -
HSV(B) 290.27º 0.29% 0.98% -
XYZ 68.73 56.76 98.6 -
YUV 203.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 239 177 251 0.05 0.29 0 0.02 290.27 0.9 0.84
Hex EF B1 FB 5 1D 0 2 122 5A 54
Octal 357 261 373 5 35 0 2 442 132 124
Binary 11101111 10110001 11111011 101 11101 0 10 100100010 1011010 1010100

Color Harmonies of #EFB1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB1FB

Black with #EFB1FB

Text Example


Text Example

White with #EFB1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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