Html Css Color HEX #EFACFA Mauve

📋 copy color: '#EFACFA'

red 239 ◦ green 172 ◦ blue 250

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

Shades of Mauve #EFACFA

Tints of Mauve #EFACFA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.02%

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

R = 36.16%
G = 26.02%
B = 37.82%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFACFA (or 0xEFACFA) is known color: Mauve. HEX triplet: EF, AC and FA. RGB value is (239,172,250). Sum of RGB (Red+Green+Blue) = 239+172+250=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFACFA is #105305. Grayscale: #C8C8C8. Windows color (decimal): -1069830 or 16428271. OLE color: 16428271.

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

Color convert

RGB 239 172 250 -
CMYK 0.04 0.31 0 0.02
HSL 291.54º 0.89% 0.83% -
HSV(B) 291.54º 0.31% 0.98% -
XYZ 67.6 54.76 97.45 -
YUV 200.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 239 172 250 0.04 0.31 0 0.02 291.54 0.89 0.83
Hex EF AC FA 4 1F 0 2 124 59 53
Octal 357 254 372 4 37 0 2 444 131 123
Binary 11101111 10101100 11111010 100 11111 0 10 100100100 1011001 1010011

Color Harmonies of #EFACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFACFA

Black with #EFACFA

Text Example


Text Example

White with #EFACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFACFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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