Html Css Color HEX #EFA8F6 Mauve

📋 copy color: '#EFA8F6'

red 239 ◦ green 168 ◦ blue 246

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

Shades of Mauve #EFA8F6

Tints of Mauve #EFA8F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.67%

R = 36.6%
G = 25.73%
B = 37.67%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFA8F6 (or 0xEFA8F6) is known color: Mauve. HEX triplet: EF, A8 and F6. RGB value is (239,168,246). Sum of RGB (Red+Green+Blue) = 239+168+246=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFA8F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8F6 is #105709. Grayscale: #C5C5C5. Windows color (decimal): -1070858 or 16165103. OLE color: 16165103.

HSL color Cylindrical-coordinate representation of color #EFA8F6: hue angle of 294.62º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA8F6 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 168 246 -
CMYK 0.03 0.32 0 0.04
HSL 294.62º 0.81% 0.81% -
HSV(B) 294.62º 0.32% 0.96% -
XYZ 66.23 53.01 93.93 -
YUV 198.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 239 168 246 0.03 0.32 0 0.04 294.62 0.81 0.81
Hex EF A8 F6 3 20 0 4 127 51 51
Octal 357 250 366 3 40 0 4 447 121 121
Binary 11101111 10101000 11110110 11 100000 0 100 100100111 1010001 1010001

Color Harmonies of #EFA8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8F6

Black with #EFA8F6

Text Example


Text Example

White with #EFA8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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