Html Css Color HEX #EFA8FE Mauve

📋 copy color: '#EFA8FE'

red 239 ◦ green 168 ◦ blue 254

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

Shades of Mauve #EFA8FE

Tints of Mauve #EFA8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.42%

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

R = 36.16%
G = 25.42%
B = 38.43%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFA8FE (or 0xEFA8FE) is known color: Mauve. HEX triplet: EF, A8 and FE. RGB value is (239,168,254). Sum of RGB (Red+Green+Blue) = 239+168+254=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 168 (66.02% from 255 or 25.42% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8FE is #105701. Grayscale: #C6C6C6. Windows color (decimal): -1070850 or 16689391. OLE color: 16689391.

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

Color convert

RGB 239 168 254 -
CMYK 0.06 0.34 0 0.00
HSL 289.53º 0.98% 0.83% -
HSV(B) 289.53º 0.34% 1% -
XYZ 67.49 53.51 100.54 -
YUV 199.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 239 168 254 0.06 0.34 0 0.00 289.53 0.98 0.83
Hex EF A8 FE 6 22 0 0 122 62 53
Octal 357 250 376 6 42 0 0 442 142 123
Binary 11101111 10101000 11111110 110 100010 0 0 100100010 1100010 1010011

Color Harmonies of #EFA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8FE

Black with #EFA8FE

Text Example


Text Example

White with #EFA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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