Html Css Color HEX #EFA1FC Mauve

📋 copy color: '#EFA1FC'

red 239 ◦ green 161 ◦ blue 252

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

Shades of Mauve #EFA1FC

Tints of Mauve #EFA1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 36.66%
G = 24.69%
B = 38.65%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFA1FC (or 0xEFA1FC) is known color: Mauve. HEX triplet: EF, A1 and FC. RGB value is (239,161,252). Sum of RGB (Red+Green+Blue) = 239+161+252=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 161 (63.28% from 255 or 24.69% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFA1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA1FC is #105E03. Grayscale: #C2C2C2. Windows color (decimal): -1072644 or 16556527. OLE color: 16556527.

HSL color Cylindrical-coordinate representation of color #EFA1FC: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA1FC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 161 252 -
CMYK 0.05 0.36 0 0.01
HSL 291.43º 0.94% 0.81% -
HSV(B) 291.43º 0.36% 0.99% -
XYZ 65.91 50.87 98.44 -
YUV 194.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 239 161 252 0.05 0.36 0 0.01 291.43 0.94 0.81
Hex EF A1 FC 5 24 0 1 123 5E 51
Octal 357 241 374 5 44 0 1 443 136 121
Binary 11101111 10100001 11111100 101 100100 0 1 100100011 1011110 1010001

Color Harmonies of #EFA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA1FC

Black with #EFA1FC

Text Example


Text Example

White with #EFA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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