Html Css Color HEX #EFA1F9 Mauve

📋 copy color: '#EFA1F9'

red 239 ◦ green 161 ◦ blue 249

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

Shades of Mauve #EFA1F9

Tints of Mauve #EFA1F9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 24.81%

 BLUE value IS 249 (97.66% from 255) = 38.37%

R = 36.83%
G = 24.81%
B = 38.37%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFA1F9 (or 0xEFA1F9) is known color: Mauve. HEX triplet: EF, A1 and F9. RGB value is (239,161,249). Sum of RGB (Red+Green+Blue) = 239+161+249=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFA1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1F9 is #105E06. Grayscale: #C2C2C2. Windows color (decimal): -1072647 or 16359919. OLE color: 16359919.

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

Color convert

RGB 239 161 249 -
CMYK 0.04 0.35 0 0.02
HSL 293.18º 0.88% 0.8% -
HSV(B) 293.18º 0.35% 0.98% -
XYZ 65.44 50.68 95.96 -
YUV 194.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 239 161 249 0.04 0.35 0 0.02 293.18 0.88 0.8
Hex EF A1 F9 4 23 0 2 125 58 50
Octal 357 241 371 4 43 0 2 445 130 120
Binary 11101111 10100001 11111001 100 100011 0 10 100100101 1011000 1010000

Color Harmonies of #EFA1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1F9

Black with #EFA1F9

Text Example


Text Example

White with #EFA1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1F9; }

 p { color: rgb(239,161,249); }

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

background-color css

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

 a { background-color: rgb(239,161,249); }

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

border-color css

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

 span { border-color: rgb(239,161,249); }

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