Html Css Color HEX #EFA9FA Mauve

📋 copy color: '#EFA9FA'

red 239 ◦ green 169 ◦ blue 250

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

Shades of Mauve #EFA9FA

Tints of Mauve #EFA9FA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.68%

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 36.32%
G = 25.68%
B = 37.99%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFA9FA (or 0xEFA9FA) is known color: Mauve. HEX triplet: EF, A9 and FA. RGB value is (239,169,250). Sum of RGB (Red+Green+Blue) = 239+169+250=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 169 (66.41% from 255 or 25.68% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9FA is #105605. Grayscale: #C6C6C6. Windows color (decimal): -1070598 or 16427503. OLE color: 16427503.

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

Color convert

RGB 239 169 250 -
CMYK 0.04 0.32 0 0.02
HSL 291.85º 0.89% 0.82% -
HSV(B) 291.85º 0.32% 0.98% -
XYZ 67.04 53.63 97.26 -
YUV 199.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 239 169 250 0.04 0.32 0 0.02 291.85 0.89 0.82
Hex EF A9 FA 4 20 0 2 124 59 52
Octal 357 251 372 4 40 0 2 444 131 122
Binary 11101111 10101001 11111010 100 100000 0 10 100100100 1011001 1010010

Color Harmonies of #EFA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA9FA

Black with #EFA9FA

Text Example


Text Example

White with #EFA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA9FA; }

 p { color: rgb(239,169,250); }

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

background-color css

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

 a { background-color: rgb(239,169,250); }

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

border-color css

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

 span { border-color: rgb(239,169,250); }

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