Html Css Color HEX #EFA8FC Mauve

📋 copy color: '#EFA8FC'

red 239 ◦ green 168 ◦ blue 252

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

Shades of Mauve #EFA8FC

Tints of Mauve #EFA8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.24%

R = 36.27%
G = 25.49%
B = 38.24%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EFA8FC (or 0xEFA8FC) is known color: Mauve. HEX triplet: EF, A8 and FC. RGB value is (239,168,252). Sum of RGB (Red+Green+Blue) = 239+168+252=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #EFA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA8FC is #105703. Grayscale: #C6C6C6. Windows color (decimal): -1070852 or 16558319. OLE color: 16558319.

HSL color Cylindrical-coordinate representation of color #EFA8FC: hue angle of 290.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA8FC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 168 252 -
CMYK 0.05 0.33 0 0.01
HSL 290.71º 0.93% 0.82% -
HSV(B) 290.71º 0.33% 0.99% -
XYZ 67.17 53.38 98.86 -
YUV 198.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 239 168 252 0.05 0.33 0 0.01 290.71 0.93 0.82
Hex EF A8 FC 5 21 0 1 123 5D 52
Octal 357 250 374 5 41 0 1 443 135 122
Binary 11101111 10101000 11111100 101 100001 0 1 100100011 1011101 1010010

Color Harmonies of #EFA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA8FC

Black with #EFA8FC

Text Example


Text Example

White with #EFA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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