Html Css Color HEX #EFC1FA Mauve

📋 copy color: '#EFC1FA'

red 239 ◦ green 193 ◦ blue 250

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

Shades of Mauve #EFC1FA

Tints of Mauve #EFC1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.3%

 BLUE value IS 250 (98.05% from 255) = 36.66%

R = 35.04%
G = 28.3%
B = 36.66%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFC1FA (or 0xEFC1FA) is known color: Mauve. HEX triplet: EF, C1 and FA. RGB value is (239,193,250). Sum of RGB (Red+Green+Blue) = 239+193+250=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 193 (75.78% from 255 or 28.30% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFC1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1FA is #103E05. Grayscale: #D5D5D5. Windows color (decimal): -1064454 or 16433647. OLE color: 16433647.

HSL color Cylindrical-coordinate representation of color #EFC1FA: hue angle of 288.42º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFC1FA is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 193 250 -
CMYK 0.04 0.23 0 0.02
HSL 288.42º 0.85% 0.87% -
HSV(B) 288.42º 0.23% 0.98% -
XYZ 71.92 63.39 98.89 -
YUV 213.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 239 193 250 0.04 0.23 0 0.02 288.42 0.85 0.87
Hex EF C1 FA 4 17 0 2 120 55 57
Octal 357 301 372 4 27 0 2 440 125 127
Binary 11101111 11000001 11111010 100 10111 0 10 100100000 1010101 1010111

Color Harmonies of #EFC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1FA

Black with #EFC1FA

Text Example


Text Example

White with #EFC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1FA; }

 p { color: rgb(239,193,250); }

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

background-color css

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

 a { background-color: rgb(239,193,250); }

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

border-color css

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

 span { border-color: rgb(239,193,250); }

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