Html Css Color HEX #EFA0FE Mauve

📋 copy color: '#EFA0FE'

red 239 ◦ green 160 ◦ blue 254

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

Shades of Mauve #EFA0FE

Tints of Mauve #EFA0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.9%

R = 36.6%
G = 24.5%
B = 38.9%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFA0FE (or 0xEFA0FE) is known color: Mauve. HEX triplet: EF, A0 and FE. RGB value is (239,160,254). Sum of RGB (Red+Green+Blue) = 239+160+254=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0FE is #105F01. Grayscale: #C2C2C2. Windows color (decimal): -1072898 or 16687343. OLE color: 16687343.

HSL color Cylindrical-coordinate representation of color #EFA0FE: hue angle of 290.43º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFA0FE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 160 254 -
CMYK 0.06 0.37 0 0.00
HSL 290.43º 0.98% 0.81% -
HSV(B) 290.43º 0.37% 1% -
XYZ 66.06 50.65 100.06 -
YUV 194.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 239 160 254 0.06 0.37 0 0.00 290.43 0.98 0.81
Hex EF A0 FE 6 25 0 0 122 62 51
Octal 357 240 376 6 45 0 0 442 142 121
Binary 11101111 10100000 11111110 110 100101 0 0 100100010 1100010 1010001

Color Harmonies of #EFA0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0FE

Black with #EFA0FE

Text Example


Text Example

White with #EFA0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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