Html Css Color HEX #EFA2F9 Mauve

📋 copy color: '#EFA2F9'

red 239 ◦ green 162 ◦ blue 249

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

Shades of Mauve #EFA2F9

Tints of Mauve #EFA2F9

RGB

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

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

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

R = 36.77%
G = 24.92%
B = 38.31%

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

#EFA2F9 (or 0xEFA2F9) is known color: Mauve. HEX triplet: EF, A2 and F9. RGB value is (239,162,249). Sum of RGB (Red+Green+Blue) = 239+162+249=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #EFA2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2F9 is #105D06. Grayscale: #C2C2C2. Windows color (decimal): -1072391 or 16360175. OLE color: 16360175.

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

Color convert

RGB 239 162 249 -
CMYK 0.04 0.35 0 0.02
HSL 293.1º 0.88% 0.81% -
HSV(B) 293.1º 0.35% 0.98% -
XYZ 65.62 51.03 96.01 -
YUV 194.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 239 162 249 0.04 0.35 0 0.02 293.1 0.88 0.81
Hex EF A2 F9 4 23 0 2 125 58 51
Octal 357 242 371 4 43 0 2 445 130 121
Binary 11101111 10100010 11111001 100 100011 0 10 100100101 1011000 1010001

Color Harmonies of #EFA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA2F9

Black with #EFA2F9

Text Example


Text Example

White with #EFA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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