Html Css Color HEX #EFA0FF Mauve

📋 copy color: '#EFA0FF'

red 239 ◦ green 160 ◦ blue 255

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

Shades of Mauve #EFA0FF

Tints of Mauve #EFA0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.99%

R = 36.54%
G = 24.46%
B = 38.99%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFA0FF (or 0xEFA0FF) is known color: Mauve. HEX triplet: EF, A0 and FF. RGB value is (239,160,255). Sum of RGB (Red+Green+Blue) = 239+160+255=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 160 (62.89% from 255 or 24.46% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA0FF is #105F00. Grayscale: #C2C2C2. Windows color (decimal): -1072897 or 16752879. OLE color: 16752879.

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

Color convert

RGB 239 160 255 -
CMYK 0.06 0.37 0 0
HSL 289.89º 1% 0.81% -
HSV(B) 289.89º 0.37% 1% -
XYZ 66.22 50.71 100.91 -
YUV 194.45 162.17 159.78 -
System Red Green Blue C M Y K H S L
Decimal 239 160 255 0.06 0.37 0 0 289.89 1 0.81
Hex EF A0 FF 6 25 0 0 122 64 51
Octal 357 240 377 6 45 0 0 442 144 121
Binary 11101111 10100000 11111111 110 100101 0 0 100100010 1100100 1010001

Color Harmonies of #EFA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA0FF

Black with #EFA0FF

Text Example


Text Example

White with #EFA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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