Html Css Color HEX #EFA6FE Mauve

📋 copy color: '#EFA6FE'

red 239 ◦ green 166 ◦ blue 254

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

Shades of Mauve #EFA6FE

Tints of Mauve #EFA6FE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.19%

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

R = 36.27%
G = 25.19%
B = 38.54%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFA6FE (or 0xEFA6FE) is known color: Mauve. HEX triplet: EF, A6 and FE. RGB value is (239,166,254). Sum of RGB (Red+Green+Blue) = 239+166+254=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 166 (65.23% from 255 or 25.19% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA6FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA6FE is #105901. Grayscale: #C5C5C5. Windows color (decimal): -1071362 or 16688879. OLE color: 16688879.

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

Color convert

RGB 239 166 254 -
CMYK 0.06 0.35 0 0.00
HSL 289.77º 0.98% 0.82% -
HSV(B) 289.77º 0.35% 1% -
XYZ 67.12 52.78 100.42 -
YUV 197.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 239 166 254 0.06 0.35 0 0.00 289.77 0.98 0.82
Hex EF A6 FE 6 23 0 0 122 62 52
Octal 357 246 376 6 43 0 0 442 142 122
Binary 11101111 10100110 11111110 110 100011 0 0 100100010 1100010 1010010

Color Harmonies of #EFA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6FE

Black with #EFA6FE

Text Example


Text Example

White with #EFA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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