Html Css Color HEX #EFA0FA Mauve

📋 copy color: '#EFA0FA'

red 239 ◦ green 160 ◦ blue 250

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

Shades of Mauve #EFA0FA

Tints of Mauve #EFA0FA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 24.65%

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

R = 36.83%
G = 24.65%
B = 38.52%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFA0FA (or 0xEFA0FA) is known color: Mauve. HEX triplet: EF, A0 and FA. RGB value is (239,160,250). Sum of RGB (Red+Green+Blue) = 239+160+250=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFA0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0FA is #105F05. Grayscale: #C1C1C1. Windows color (decimal): -1072902 or 16425199. OLE color: 16425199.

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

Color convert

RGB 239 160 250 -
CMYK 0.04 0.36 0 0.02
HSL 292.67º 0.9% 0.8% -
HSV(B) 292.67º 0.36% 0.98% -
XYZ 65.42 50.39 96.72 -
YUV 193.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 239 160 250 0.04 0.36 0 0.02 292.67 0.9 0.8
Hex EF A0 FA 4 24 0 2 125 5A 50
Octal 357 240 372 4 44 0 2 445 132 120
Binary 11101111 10100000 11111010 100 100100 0 10 100100101 1011010 1010000

Color Harmonies of #EFA0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0FA

Black with #EFA0FA

Text Example


Text Example

White with #EFA0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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