Html Css Color HEX #EFA2FC Mauve

📋 copy color: '#EFA2FC'

red 239 ◦ green 162 ◦ blue 252

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

Shades of Mauve #EFA2FC

Tints of Mauve #EFA2FC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.81%

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

R = 36.6%
G = 24.81%
B = 38.59%

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

#EFA2FC (or 0xEFA2FC) is known color: Mauve. HEX triplet: EF, A2 and FC. RGB value is (239,162,252). Sum of RGB (Red+Green+Blue) = 239+162+252=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 162 (63.67% from 255 or 24.81% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFA2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2FC is #105D03. Grayscale: #C3C3C3. Windows color (decimal): -1072388 or 16556783. OLE color: 16556783.

HSL color Cylindrical-coordinate representation of color #EFA2FC: hue angle of 291.33º 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 #EFA2FC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 162 252 -
CMYK 0.05 0.36 0 0.01
HSL 291.33º 0.94% 0.81% -
HSV(B) 291.33º 0.36% 0.99% -
XYZ 66.09 51.22 98.5 -
YUV 195.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 239 162 252 0.05 0.36 0 0.01 291.33 0.94 0.81
Hex EF A2 FC 5 24 0 1 123 5E 51
Octal 357 242 374 5 44 0 1 443 136 121
Binary 11101111 10100010 11111100 101 100100 0 1 100100011 1011110 1010001

Color Harmonies of #EFA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2FC

Black with #EFA2FC

Text Example


Text Example

White with #EFA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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